Refactored file system

Changed the file system to a more ordered state and updated links in
files accordingly. Also the reffering to files is now uniform
This commit is contained in:
sraffauf
2026-01-21 17:58:15 +01:00
parent a3b261e9ae
commit 77fd4e836b
15 changed files with 99 additions and 52 deletions

6
data/users.json Normal file
View File

@@ -0,0 +1,6 @@
[
{
"username": "admin",
"password": "1234"
}
]