mirror of
https://github.com/LAX18/gitea.git
synced 2026-06-03 14:07:55 -09: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