📂 Adds file selection

This commit is contained in:
Rune Harlyk
2024-06-09 18:36:43 +02:00
committed by Rune Harlyk
parent 55347f1cac
commit 69733beb5e
5 changed files with 59 additions and 10 deletions
+1 -1
View File
@@ -143,7 +143,7 @@ void ESP32SvelteKit::setupServer() {
});
#endif
#ifdef SERVE_CONFIG_FILES
_server->serveStatic("/config/", ESPFS, "/config/");
_server->serveStatic("/api/config/", ESPFS, "/config/");
#endif
#if defined(ENABLE_CORS)