1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-01-15 03:25:49 +00:00
forgejo/routers/routes
Farid AYOUJIL 1737a76e1f
Adding Chi's GetHead middleware ()
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 () 2021-01-30 10:55:53 +02:00
install.go Move middlewares to web/middleware () 2021-01-30 10:55:53 +02:00
web.go Adding Chi's GetHead middleware () 2021-02-02 10:53:42 +02:00