mirror of
https://gitee.com/gitea/gitea
synced 2025-11-03 16:10:25 +08:00
Fix #25473 Although there was `m.Post("/login/oauth/access_token", CorsHandler()...`, it never really worked, because it still lacks the "OPTIONS" handler.