Backend update

This commit is contained in:
2024-09-14 21:57:41 +02:00
parent c58a26a691
commit 3931504d49
4 changed files with 141 additions and 101 deletions

4
settings.json Normal file
View File

@@ -0,0 +1,4 @@
{
"database_url": "sqlite:vote.db",
"bind_address": "127.0.0.1:8080"
}