Return url on webhook create

This commit is contained in:
Rory&
2026-06-05 22:08:03 +02:00
parent c715b0c481
commit 46b73308b1
@@ -107,6 +107,7 @@ router.post(
return res.json({
...hook,
user: user,
url: Config.get().api.endpointPublic + "/api/webhooks/" + hook.id + "/" + hook.token,
});
},
);