Functionnal register system, 404 page, splitted services into multiple files and various fixes

This commit is contained in:
Gu://em_ 2025-05-16 13:12:03 +02:00
parent 42a66ddda1
commit 93bf736ca9
23 changed files with 575 additions and 128 deletions

View file

@ -0,0 +1,10 @@
{
"port": 8100,
"backend": {
"address": "localhost",
"port": 8000,
"protocol": "http",
"path": "/"
}
}