mirror of
https://github.com/snowykami/server-status-server.git
synced 2025-09-06 12:06:26 +00:00
🐛 os字段大写
This commit is contained in:
@ -21,6 +21,7 @@ func OnGetServerStatus(ctx context.Context, c *app.RequestContext) {
|
||||
}
|
||||
|
||||
func OnGetStaticFile(ctx context.Context, c *app.RequestContext) {
|
||||
c.Request.URI().Path()
|
||||
file := c.Param("file")
|
||||
fp := "./web/" + file
|
||||
|
||||
|
Reference in New Issue
Block a user