Skip to content
Snippets Groups Projects
Commit 883479a5 authored by Balthazar Wilson's avatar Balthazar Wilson
Browse files

fix: get results

parent b9271e96
No related branches found
No related tags found
1 merge request!8implémentation des votants par Balthazar
......@@ -58,7 +58,7 @@ func (rsa *BallotServerAgent) Start() {
mux := http.NewServeMux()
mux.HandleFunc("/new_ballot", rsa.createBallot)
mux.HandleFunc("/vote", rsa.receiveVote)
mux.HandleFunc("/result", rsa.doReqcount)
mux.HandleFunc("/result", rsa.sendResults)
rsa.ballots = make(map[rad.Ballot]BallotInfo)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment