From dd19910ec18ec60633bf5b4fcda5bab220d0565f Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 7 Jun 2020 10:05:32 +0200 Subject: Relocate all webservice files to src/ws and make sure they can be found by the service after install. --- src/http.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/http.h') diff --git a/src/http.h b/src/http.h index f3ca3a3..ffd8a67 100644 --- a/src/http.h +++ b/src/http.h @@ -31,7 +31,7 @@ #include -#define LOCAL_RESOURCE_PATH "." +#define LOCAL_RESOURCE_PATH WSDATADIR // this protocol server (always the first one) just knows how to do HTTP int callback_http(struct lws *wsi, -- cgit v1.2.3