From 5bd648f4fa64fa87e7e93b046fdb49638b9e130e Mon Sep 17 00:00:00 2001 From: jbnadal Date: Thu, 8 Jun 2017 13:55:48 +0200 Subject: [PATCH] Update dashboard path. --- src/prog/restd/src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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};