You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/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>
3 years ago
..
base.go Move middlewares to web/middleware (#14480) 3 years ago
install.go Move middlewares to web/middleware (#14480) 3 years ago
web.go Adding Chi's GetHead middleware (#14541) 3 years ago