mirror of
https://github.com/go-gitea/gitea
synced 2025-01-21 23:24:29 +00:00
ebef3eff23
Before: $ curl 0.0.0.0:3001 <a href="https://gitea.example.com:3000//">Found</a>. After: $ curl 0.0.0.0:3001 <a href="https://gitea.example.com:3000/">Found</a>. Fixes #5536