remove redundant rest call to /rest/customization

This commit is contained in:
Proddy
2024-01-14 15:16:50 +01:00
parent d529cbf269
commit c55e05e7b2
3 changed files with 3 additions and 12 deletions

View File

@@ -21,7 +21,7 @@
#define WebCustomEntityService_h
#define EMSESP_CUSTOMENTITY_FILE "/config/emsespEntity.json"
#define EMSESP_CUSTOMENTITY_SERVICE_PATH "/rest/customentities" // GET and POST
#define EMSESP_CUSTOMENTITY_SERVICE_PATH "/rest/customEntities" // GET and POST
namespace emsesp {