Skip to content

Commit

Permalink
fixed serve config files bug
Browse files Browse the repository at this point in the history
  • Loading branch information
theelims authored Feb 7, 2024
1 parent aedaa93 commit 02393cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/framework/ESP32SvelteKit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ void ESP32SvelteKit::begin()
} });
#endif
#ifdef SERVE_CONFIG_FILES
server->serveStatic("/config/", ESPFS, "/config/");
_server->serveStatic("/config/", ESPFS, "/config/");
#endif

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

0 comments on commit 02393cc

Please sign in to comment.