mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-12 14:34:05 -05:00
We've seen someone getting a `500` when trying to visit the `/metrics` endpoint. This is because the metrics endpoint is not in the `main` blueprint, so we can't use url_for with a relative endpoint. Although only bots visit '/metrics' without authorisation, this stops the odd `500`.