This commit is contained in:
2024-09-24 22:19:55 +02:00
parent 70d4e9ca20
commit 8b09406339
5 changed files with 81 additions and 11 deletions

View File

@@ -2,5 +2,7 @@
"/": "static/html/index.html",
"/results": "static/html/results.html",
"/archives": "static/html/archives.html",
"/favicon.ico": "static/img/favicon.ico"
"/favicon.ico": "static/img/favicon.ico",
"/login": "static/html/login.html",
"/register": "static/html/register.html"
}