forgejo/routers
wxiaoguang 7c0ab8b974
Make CORS work for oauth2 handlers (#28184)
Fix #25473

Although there was `m.Post("/login/oauth/access_token", CorsHandler()...`,
it never really worked, because it still lacks the "OPTIONS" handler.
2023-11-23 21:19:26 +08:00
..
api Fix swagger title (#28164) 2023-11-22 08:09:19 +00:00
common Clean up template locale usage (#27856) 2023-10-31 22:11:48 +08:00
install
private
utils
web Make CORS work for oauth2 handlers (#28184) 2023-11-23 21:19:26 +08:00
init.go