Files
qv/cmd/web/handlers.go
2024-12-27 18:03:46 +01:00

8 lines
141 B
Go

package main
import "net/http"
func (app *application) createElection(w http.ResponseWriter, r *http.Request) {
w.Write([]byte("TODO"))
}