Creating a handler that return JSON
This commit is contained in:
@ -24,6 +24,7 @@ func routes(app *config.AppConfig) http.Handler {
|
||||
mux.Get("/majors-suite", handlers.Repo.Majors)
|
||||
mux.Get("/reservation", handlers.Repo.Reservation)
|
||||
mux.Post("/reservation", handlers.Repo.PostReservation)
|
||||
mux.Get("/reservation-json", handlers.Repo.ReservationJSON)
|
||||
mux.Get("/make-reservation", handlers.Repo.MakeReservation)
|
||||
|
||||
fileServer := http.FileServer(http.Dir("./static/"))
|
||||
|
Reference in New Issue
Block a user