mirror of
https://github.com/go-gitea/gitea.git
synced 2026-07-13 06:23:28 +00:00
7c0ab8b974
Fix #25473 Although there was `m.Post("/login/oauth/access_token", CorsHandler()...`, it never really worked, because it still lacks the "OPTIONS" handler.