debug: add AP config POST route to LilyGO isolation

This commit is contained in:
2026-07-01 23:49:30 -06:00
parent 95fa78ee64
commit 97048b8ceb
@@ -4195,6 +4195,7 @@ void setup() {
server.on(API_V1("/config/export"), HTTP_GET, handleExportConfig);
server.on(API_V1("/config/wifi"), HTTP_GET, handleGetWifiConfig);
server.on(API_V1("/config/ap"), HTTP_GET, handleGetApConfig);
server.on(API_V1("/config/ap"), HTTP_POST, handleUpdateApConfig);
server.on(API_V1("/config/device"), HTTP_POST, handleUpdateDeviceConfig);