Creating handlers for forms & adding CSRF Protection
This commit is contained in:
@ -23,6 +23,7 @@ func routes(app *config.AppConfig) http.Handler {
|
||||
mux.Get("/generals-quarters", handlers.Repo.Generals)
|
||||
mux.Get("/majors-suite", handlers.Repo.Majors)
|
||||
mux.Get("/reservation", handlers.Repo.Reservation)
|
||||
mux.Post("/reservation", handlers.Repo.PostReservation)
|
||||
mux.Get("/make-reservation", handlers.Repo.MakeReservation)
|
||||
|
||||
fileServer := http.FileServer(http.Dir("./static/"))
|
||||
|
Reference in New Issue
Block a user