Dirty implementation of createVotes
This commit is contained in:
@ -11,6 +11,7 @@ type application struct {
|
||||
logger *slog.Logger
|
||||
elections models.ElectionModelInterface
|
||||
voters models.VoterModelInterface
|
||||
votes models.VoteModelInterface
|
||||
}
|
||||
|
||||
func (app *application) routes() http.Handler {
|
||||
|
Reference in New Issue
Block a user