0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-07-04 10:18:47 +02:00
gitea/routers/routes
Farid AYOUJIL 1737a76e1f
Adding Chi's GetHead middleware (#14541)
Before moving to Chi, HEAD requests were automatically answered by GET
handlers (SetAutoHead(true) from macaron was used).

This Change will restore the previous behaviour.

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2021-02-02 10:53:42 +02:00
..
base.go Move middlewares to web/middleware (#14480) 2021-01-30 10:55:53 +02:00
install.go Move middlewares to web/middleware (#14480) 2021-01-30 10:55:53 +02:00
web.go Adding Chi's GetHead middleware (#14541) 2021-02-02 10:53:42 +02:00