marked some missed file APIs (#26279)
* marked some missed file APIs * Added file handler flag to shared c hannel attachment API
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
b0015c5a5d
Коммит
6e6deaccf8
@@ -15,7 +15,7 @@ import (
|
||||
)
|
||||
|
||||
func (api *API) InitLicenseLocal() {
|
||||
api.BaseRoutes.APIRoot.Handle("/license", api.APILocal(localAddLicense)).Methods("POST")
|
||||
api.BaseRoutes.APIRoot.Handle("/license", api.APILocal(localAddLicense, handlerParamFileAPI)).Methods("POST")
|
||||
api.BaseRoutes.APIRoot.Handle("/license", api.APILocal(localRemoveLicense)).Methods("DELETE")
|
||||
}
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user