Files
vote-rllhc/routes.json
2024-09-24 22:19:55 +02:00

9 lines
248 B
JSON

{
"/": "static/html/index.html",
"/results": "static/html/results.html",
"/archives": "static/html/archives.html",
"/favicon.ico": "static/img/favicon.ico",
"/login": "static/html/login.html",
"/register": "static/html/register.html"
}