mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-21 06:02:04 -04:00
fix: slug input (#5239)
Co-authored-by: Frank Elsinga <frank@elsinga.de>
This commit is contained in:
parent
4228dd0a29
commit
cdb8ad321d
3 changed files with 14 additions and 6 deletions
|
@ -292,6 +292,7 @@ module.exports.statusPageSocketHandler = (socket) => {
|
|||
ok: true,
|
||||
msg: "successAdded",
|
||||
msgi18n: true,
|
||||
slug: slug
|
||||
});
|
||||
|
||||
} catch (error) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue