diff --git a/src/handler/deploii_handler.h b/src/handler/deploii_handler.h index bbc1fd6..b902f90 100644 --- a/src/handler/deploii_handler.h +++ b/src/handler/deploii_handler.h @@ -16,7 +16,8 @@ #define Deploii_HOST "deploii.no" #define Deploii_PORT 443 -#define Deploii_WS_URL "/ws" +#define Deploii_WS_URL "/mcu/ws" +#define Deploii_HTTP_URL "/mcu/data" #define Deploii_WIFI_RECONNECT_TIME 1000 #define DEPLOII_WS_RECONNECT_TIME 2000 @@ -101,4 +102,4 @@ class DeploiiHandlerWiFiHTTP : public DeploiiHandler { #endif }; -#endif \ No newline at end of file +#endif