revert master changes
Этот коммит содержится в:
@@ -109,7 +109,7 @@ func Init(a *app.App, root *mux.Router) *API {
|
||||
api.InitReaction()
|
||||
|
||||
// 404 on any api route before web.go has a chance to serve it
|
||||
root.Handle("/api/{anything:.*}", http.HandlerFunc(api.Handle404))
|
||||
root.Handle("/api/{anything:.*}", http.HandlerFunc(Handle404))
|
||||
|
||||
a.InitEmailBatching()
|
||||
|
||||
@@ -120,10 +120,6 @@ func Init(a *app.App, root *mux.Router) *API {
|
||||
return api
|
||||
}
|
||||
|
||||
func (api *API) Handle404(w http.ResponseWriter, r *http.Request) {
|
||||
Handle404(api.App, w, r)
|
||||
}
|
||||
|
||||
func ReturnStatusOK(w http.ResponseWriter) {
|
||||
m := make(map[string]string)
|
||||
m[model.STATUS] = model.STATUS_OK
|
||||
|
||||
Ссылка в новой задаче
Block a user