Skip to content

Commit

Permalink
Removes duplicate config
Browse files Browse the repository at this point in the history
  • Loading branch information
runeharlyk committed Apr 22, 2024
1 parent 1622a40 commit ed269a9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/framework/ESP32SvelteKit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,6 @@ void ESP32SvelteKit::begin()
// request->redirect(url.c_str());
} });
#endif
#ifdef SERVE_CONFIG_FILES
_server->serveStatic("/config/", ESPFS, "/config/");
#endif

// Serve static resources from /config/ if set by platformio.ini
#if SERVE_CONFIG_FILES
Expand Down

0 comments on commit ed269a9

Please sign in to comment.