From 8fed61f78c77550fe7774b89c4bfdbd355db1087 Mon Sep 17 00:00:00 2001 From: RaffaelW Date: Sat, 2 Nov 2024 19:28:14 +0100 Subject: [PATCH 01/28] added handler for PUT /config --- data/index.html | 16 ++--- src/main.cpp | 27 +++----- src/routes/config.cpp | 147 ++++++++++++++++++++++++++++++++++++++++++ src/routes/config.h | 35 ++++++++++ 4 files changed, 198 insertions(+), 27 deletions(-) create mode 100644 src/routes/config.cpp create mode 100644 src/routes/config.h diff --git a/data/index.html b/data/index.html index 8011dbf..02c61e3 100644 --- a/data/index.html +++ b/data/index.html @@ -3,11 +3,7 @@ - Konfiguration - - - - + Test
@@ -64,7 +60,7 @@