Dirty implementation of createVotes

This commit is contained in:
2025-01-08 13:57:49 +01:00
parent ca824726b4
commit 49a1df06d2
7 changed files with 223 additions and 17 deletions

View File

@ -39,6 +39,7 @@ func main() {
logger: logger,
elections: &models.ElectionModel{DB: db},
voters: &models.VoterModel{DB: db},
votes: &models.VoteModel{DB: db},
}
logger.Info("Starting server", "addr", addr)