prefix all endpoints with /rest

This commit is contained in:
rjwats@gmail.com
2018-04-01 10:35:23 +01:00
parent 1d2284068a
commit b6bc520341
14 changed files with 25 additions and 16 deletions

View File

@ -8,6 +8,9 @@
#include <AsyncJson.h>
#include <TimeLib.h>
#define SCAN_NETWORKS_SERVICE_PATH "/rest/scanNetworks"
#define LIST_NETWORKS_SERVICE_PATH "/rest/listNetworks"
class WiFiScanner {
public: