mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
[APIV4] GET /users/{user_id}/status - user status endpoint for apiV4 (#5824)
This commit is contained in:
committed by
George Goldberg
parent
28ad645153
commit
5bf6ae04df
@@ -171,6 +171,7 @@ func InitApi(full bool) {
|
||||
InitLdap()
|
||||
InitBrand()
|
||||
InitCommand()
|
||||
InitStatus()
|
||||
|
||||
app.Srv.Router.Handle("/api/v4/{anything:.*}", http.HandlerFunc(Handle404))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user