mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
implement POST /commands for apiv4 (#5849)
This commit is contained in:
committed by
Joram Wilander
parent
42c3ea64a9
commit
6935e2d5ea
@@ -170,6 +170,7 @@ func InitApi(full bool) {
|
||||
InitCluster()
|
||||
InitLdap()
|
||||
InitBrand()
|
||||
InitCommand()
|
||||
|
||||
app.Srv.Router.Handle("/api/v4/{anything:.*}", http.HandlerFunc(Handle404))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user