Oprava sestavování URL pro ntfy

This commit is contained in:
2023-10-16 09:56:22 +02:00
parent dc959543f4
commit 60563eaf0d
2 changed files with 4 additions and 4 deletions

View File

@@ -116,6 +116,7 @@ router.post("/jdemeObed", async (req, res, next) => {
const login = getLogin(parseToken(req));
try {
await callNotifikace({ input: { user: login, udalost: UdalostEnum.JDEME_OBED }, gotify: false })
res.status(200).json({});
} catch (e: any) { next(e) }
});