[MM-49932] Remove experimental warning about plugins (#22162)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
3514e0f79f
Коммит
649d2c7303
@@ -1,8 +1,6 @@
|
||||
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
|
||||
// See LICENSE.txt for license information.
|
||||
|
||||
// EXPERIMENTAL - SUBJECT TO CHANGE
|
||||
|
||||
package api4
|
||||
|
||||
import (
|
||||
@@ -25,8 +23,6 @@ const (
|
||||
)
|
||||
|
||||
func (api *API) InitPlugin() {
|
||||
mlog.Debug("EXPERIMENTAL: Initializing plugin api")
|
||||
|
||||
api.BaseRoutes.Plugins.Handle("", api.APISessionRequired(uploadPlugin)).Methods("POST")
|
||||
api.BaseRoutes.Plugins.Handle("", api.APISessionRequired(getPlugins)).Methods("GET")
|
||||
api.BaseRoutes.Plugin.Handle("", api.APISessionRequired(removePlugin)).Methods("DELETE")
|
||||
|
||||
Ссылка в новой задаче
Block a user