Open JL2014 opened 2 years ago
just remove/comment out
add_subdirectory(services)
from main CMakeLists.txt
Hi @loentar,
Thank you ! I see that remove ".so" files from "/usr/local/share/ngrest/services/" folder do also the job.
But when I disable "serverstatus" service, the URL on my "notes" service doesn't respond.
Is it possible to have only one "notes" service (as described in https://github.com/loentar/ngrest/wiki/Creating-and-starting-a-project-guide-with-screenshots) without have the "serverstatus" service ?
Greetings, JL.
It should respond. make sure you're invoking your own service not the "server status" service under /ngrest path
Hi,
I would like compile without the "favicon" service or "serverstatus" service.
How can I achieve this goal ?
Greetings, JL.