small fix

This commit is contained in:
2024-09-20 20:20:10 +02:00
parent 4be387eaf4
commit f674a18f3b
3 changed files with 6 additions and 6 deletions

View File

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