Skip to content

Commit

Permalink
Merge pull request #47 from runeharlyk/Duplicate-config
Browse files Browse the repository at this point in the history
Removes duplicate config
  • Loading branch information
theelims authored Apr 24, 2024
2 parents 4476ee1 + ed269a9 commit 18af27e
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 18af27e

Please sign in to comment.