mirror of
https://github.com/snowykami/server-status-server.git
synced 2025-09-09 05:26:28 +00:00
✨ [web] 新增超时参数并移除不再使用的超时处理接口
This commit is contained in:
@ -38,7 +38,6 @@ func init() {
|
||||
{
|
||||
api.GET("/", func(ctx context.Context, c *app.RequestContext) { c.JSON(200, "Hello, api") })
|
||||
api.GET("/status", frontend.OnGetServerStatus)
|
||||
api.GET("/timeout", frontend.OnGetTimeout)
|
||||
}
|
||||
|
||||
// 静态文件
|
||||
|
Reference in New Issue
Block a user