rename endpoint to entities to be consistent

This commit is contained in:
Proddy
2023-04-22 21:20:00 +02:00
parent 74c88caa19
commit 466e9ec6fe
2 changed files with 4 additions and 4 deletions

View File

@@ -21,7 +21,7 @@
#define WebEntityService_h
#define EMSESP_ENTITY_FILE "/config/emsespEntity.json"
#define EMSESP_ENTITY_SERVICE_PATH "/rest/entity" // GET and POST
#define EMSESP_ENTITY_SERVICE_PATH "/rest/entities" // GET and POST
namespace emsesp {