f
This commit is contained in:
@@ -899,6 +899,12 @@ func RegisterHandlers(server *rest.Server, serverCtx *svc.ServiceContext) {
|
||||
|
||||
server.AddRoutes(
|
||||
[]rest.Route{
|
||||
{
|
||||
// 获取APP全局配置
|
||||
Method: http.MethodGet,
|
||||
Path: "/app/config",
|
||||
Handler: app.GetAppConfigHandler(serverCtx),
|
||||
},
|
||||
{
|
||||
Method: http.MethodGet,
|
||||
Path: "/app/version",
|
||||
|
||||
Reference in New Issue
Block a user