first commit. working templating, path routing, api responses, web menagment path

This commit is contained in:
2025-10-12 07:05:03 +00:00
commit ebc79583e4
12 changed files with 203 additions and 0 deletions

5
web/api/apis Normal file
View File

@ -0,0 +1,5 @@
{
"main":{"asd":"asd"},
"sec":"/api/sec",
"thi":"/api/thi"
}