diff --git a/src/sys/svc/hasp_http.cpp b/src/sys/svc/hasp_http.cpp index 4c596d5b..d4072d7d 100644 --- a/src/sys/svc/hasp_http.cpp +++ b/src/sys/svc/hasp_http.cpp @@ -2241,7 +2241,7 @@ static void http_handle_wifi() html[min(i++, len)] = haspDevice.get_hostname(); html[min(i++, len)] = "
"; html[min(i++, len)] = R"( -

+

@@ -2580,7 +2580,7 @@ static inline void webStartConfigPortal() #endif // HASP_USE_CAPTIVE_PORTAL webServer.on("/vars.css", httpHandleFileUri); - webServer.on(UriBraces("/static/{}/"), httpHandleFileUri); + webServer.on(UriBraces("/static/{}"), httpHandleFileUri); // webServer.on("/script.js", httpHandleFileUri); // reply to all requests with same HTML #if HASP_USE_WIFI > 0