коммит произвёл
GitHub
родитель
172eb1853f
Коммит
f30a62e303
8
api4/post_local.go
Обычный файл
8
api4/post_local.go
Обычный файл
@@ -0,0 +1,8 @@
|
||||
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
|
||||
// See LICENSE.txt for license information.
|
||||
|
||||
package api4
|
||||
|
||||
func (api *API) InitPostLocal() {
|
||||
api.BaseRoutes.Post.Handle("", api.ApiLocal(getPost)).Methods("GET")
|
||||
}
|
||||
Ссылка в новой задаче
Block a user