diff --git a/src/prog/restd/src/main.cpp b/src/prog/restd/src/main.cpp index 85a36535..6ef520a6 100644 --- a/src/prog/restd/src/main.cpp +++ b/src/prog/restd/src/main.cpp @@ -41,7 +41,7 @@ bool gExitNow = false; pthread_rwlock_t gRwlock = PTHREAD_RWLOCK_INITIALIZER; -#define kDocument_root "html" +//#define kDocument_root "html" #define PORT "8081" #define EXAMPLE_URI "/example" #define EXIT_URI "/exit" @@ -54,7 +54,7 @@ pthread_rwlock_t gRwlock = PTHREAD_RWLOCK_INITIALIZER; int main (void) { const char *theOptions[] = { - "document_root", "/opt/Domo/html", + "document_root", "/usr/local/share/dashboard/", "listening_ports", "8081", 0};