mirror of
https://github.com/go-gitea/gitea
synced 2024-11-14 05:51:33 +01:00
parent
667427b4b9
commit
79484e1cb7
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ func Routes() *web.Route {
|
|||
routes.Get("/metrics", append(mid, Metrics)...)
|
||||
}
|
||||
|
||||
routes.Get("/robots.txt", append(mid, misc.RobotsTxt)...)
|
||||
routes.Methods("GET,HEAD", "/robots.txt", append(mid, misc.RobotsTxt)...)
|
||||
routes.Get("/ssh_info", misc.SSHInfo)
|
||||
routes.Get("/api/healthz", healthcheck.Check)
|
||||
|
||||
|
|
Loading…
Reference in a new issue