summaryrefslogtreecommitdiff
path: root/views/webhook.pug
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2025-05-02 10:50:22 +0200
committerTor Andersson <tor@ccxvii.net>2025-05-08 12:27:31 +0200
commit143c403dc051453d44735d53f4477f1caa74a202 (patch)
treeae6efed733bf4cd0ac7d7f56388760b541a4ca26 /views/webhook.pug
parentfe41e7119025554ecc1e9b56abd21f335410b7c5 (diff)
downloadserver-143c403dc051453d44735d53f4477f1caa74a202.tar.gz
Put account management pages under "/account" URL prefix.
Diffstat (limited to 'views/webhook.pug')
-rw-r--r--views/webhook.pug4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/webhook.pug b/views/webhook.pug
index 20d20ac..b9817ef 100644
--- a/views/webhook.pug
+++ b/views/webhook.pug
@@ -14,7 +14,7 @@ html(lang="en")
- var format = webhook && webhook.format || ""
- var prefix = webhook && webhook.prefix || ""
- form(action="/api/webhook/update" method="post")
+ form(action="/account/webhook/update" method="post")
if webhook && webhook.error
p.error ERROR: #{webhook.error}
p Webhook URL:
@@ -34,7 +34,7 @@ html(lang="en")
button(type="submit") Create
if webhook
- form(action="/api/webhook/delete" method="post")
+ form(action="/account/webhook/delete" method="post")
button(type="submit") Delete
h2 Discord Notifications