新增代理服务的离线接口,优化认证逻辑,代理服务表添加状态字段
This commit is contained in:
@@ -66,6 +66,7 @@ func ApplyRouters(app *fiber.App) {
|
||||
// 网关
|
||||
proxy := api.Group("/proxy")
|
||||
proxy.Post("/online", handlers.OnlineProxy)
|
||||
proxy.Post("/offline", handlers.OfflineProxy)
|
||||
|
||||
// 节点
|
||||
edge := api.Group("/edge")
|
||||
|
||||
Reference in New Issue
Block a user