This commit is contained in:
Luke Thomas 2024-11-11 15:35:37 +00:00
parent ee0f429e8f
commit 5b0d17459e
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ router.get("/api/status-page/:slug/manifest.json", cache("1440 minutes"), async
// overall status-page status badge
router.get("/api/status-page/:slug/badge", cache("5 minutes"), async (request, response) => {
allowDevAllOrigin(response);
const slug = request.params.slug;
let slug = request.params.slug;
slug = slug.toLowerCase();
const statusPageID = await StatusPage.slugToID(slug);
const {