fix: test connection reads form values instead of saved config

The "Kapcsolat tesztelése" button sent an empty POST to /settings/test,
which read from the (possibly empty) config file on disk. Now sends the
current form values so testing works before clicking Save.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-24 07:53:11 +01:00
parent 95fc8a1976
commit 92912c5890
3 changed files with 9 additions and 7 deletions
+2 -2
View File
@@ -107,11 +107,11 @@ volumes:
## Building
On the build server (192.168.0.180):
On the build server (kisfenyo@192.168.0.180):
```bash
cd ~/build/recipe-importer
./build.sh 0.1.0 --push
./build.sh X.X.X --push
```
## Web UI