mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 16:59:50 +03:00
remove redundant rest call to /rest/customization
This commit is contained in:
@@ -23,7 +23,6 @@
|
||||
|
||||
// GET
|
||||
#define DEVICES_SERVICE_PATH "/rest/devices"
|
||||
#define EMSESP_CUSTOMIZATION_SERVICE_PATH "/rest/customization"
|
||||
#define DEVICE_ENTITIES_PATH "/rest/deviceEntities"
|
||||
|
||||
// POST
|
||||
@@ -89,7 +88,6 @@ class WebCustomizationService : public StatefulService<WebCustomization> {
|
||||
private:
|
||||
#endif
|
||||
|
||||
HttpEndpoint<WebCustomization> _httpEndpoint;
|
||||
FSPersistence<WebCustomization> _fsPersistence;
|
||||
|
||||
// GET
|
||||
|
||||
Reference in New Issue
Block a user