Add POST /election
This commit is contained in:
7
cmd/web/handlers.go
Normal file
7
cmd/web/handlers.go
Normal file
@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
import "net/http"
|
||||
|
||||
func (app *application) createElection(w http.ResponseWriter, r *http.Request) {
|
||||
w.Write([]byte("TODO"))
|
||||
}
|
Reference in New Issue
Block a user