[APIV4] GET /users/{user_id}/status - user status endpoint for apiV4 (#5824)

This commit is contained in:
Carlos Tadeu Panato Junior
2017-03-24 18:23:32 +01:00
committed by George Goldberg
parent 28ad645153
commit 5bf6ae04df
7 changed files with 174 additions and 1 deletions

View File

@@ -171,6 +171,7 @@ func InitApi(full bool) {
InitLdap()
InitBrand()
InitCommand()
InitStatus()
app.Srv.Router.Handle("/api/v4/{anything:.*}", http.HandlerFunc(Handle404))