mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-28 06:08:02 +03:00
PR feedback
This commit is contained in:
parent
3625915a85
commit
7abbf421d0
1 changed files with 1 additions and 1 deletions
|
@ -390,7 +390,7 @@ router.get("/api/badge/:id/ping/:duration?", cache("5 minutes"), async (request,
|
|||
.join("");
|
||||
}
|
||||
|
||||
// build the svg based on given values
|
||||
// build the SVG based on given values
|
||||
const svg = makeBadge(badgeValues);
|
||||
|
||||
response.type("image/svg+xml");
|
||||
|
|
Loading…
Reference in a new issue