implement POST /commands for apiv4 (#5849)

Этот коммит содержится в:
Carlos Tadeu Panato Junior
2017-03-24 00:42:32 +01:00
коммит произвёл Joram Wilander
родитель 42c3ea64a9
Коммит 6935e2d5ea
4 изменённых файлов: 122 добавлений и 0 удалений

Просмотреть файл

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