File tree Expand file tree Collapse file tree 1 file changed +0
-1
lines changed
Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,6 @@ func registerHandler(app app.App) *mux.Router {
172172
173173 // protectedV1Route.HandleFunc("/events", app.EventHandler.CreateEvent).Methods(http.MethodPost)
174174 protectedV1Route .HandleFunc ("/events" , app .EventHandler .GetEvents ).Methods (http .MethodGet )
175- protectedV1Route .HandleFunc ("/events/registrations" , app .EventHandler .RegisterEvent ).Methods (http .MethodPost )
176175 protectedV1Route .HandleFunc ("/events/registrations" , app .EventHandler .ListRegistration ).Methods (http .MethodGet )
177176 protectedV1Route .HandleFunc ("/events/pays" , app .EventHandler .ListEventPay ).Methods (http .MethodGet )
178177 protectedV1Route .HandleFunc ("/events/pays" , app .EventHandler .PayProcess ).Methods (http .MethodPost )
You can’t perform that action at this time.
0 commit comments