分析优化 channel 接口用时
This commit is contained in:
@@ -19,4 +19,6 @@ func ApplyRouters(app *fiber.App) {
|
||||
channel := api.Group("/channel")
|
||||
channel.Post("/create", PermitAll(), handlers.CreateChannel)
|
||||
channel.Post("/remove", PermitAll(), handlers.RemoveChannels)
|
||||
|
||||
app.Get("/temp", handlers.Temp)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user