summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HouseControl.ino2
1 files changed, 1 insertions, 1 deletions
diff --git a/HouseControl.ino b/HouseControl.ino
index 9035a29..2c6f70a 100644
--- a/HouseControl.ino
+++ b/HouseControl.ino
@@ -378,7 +378,7 @@ void configSetHandler(WebServer &server, WebServer::ConnectionType type, char *u
return;
}
- server.httpSeeOther("/");
+ server.httpSeeOther("/config");
return;
}