summaryrefslogtreecommitdiff
path: root/views/head.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-06 20:08:41 +0200
commitcb5ee1ca637f191b6beeacb491ae0cadc353773d (patch)
treeae6efed733bf4cd0ac7d7f56388760b541a4ca26 /views/head.pug
parent73ccfc9e744e89e40be932edbf4c05982e005220 (diff)
downloadserver-cb5ee1ca637f191b6beeacb491ae0cadc353773d.tar.gz
Put account management pages under "/account" URL prefix.
Diffstat (limited to 'views/head.pug')
-rw-r--r--views/head.pug2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/head.pug b/views/head.pug
index eec1299..3707757 100644
--- a/views/head.pug
+++ b/views/head.pug
@@ -14,7 +14,7 @@ mixin altcha_script()
mixin altcha_widget()
if ALTCHA
- altcha-widget(challengeurl="/altcha-challenge" hidelogo hidefooter auto="onsubmit" style="--altcha-border-radius:0")
+ altcha-widget(challengeurl="/api/altcha-challenge" hidelogo hidefooter auto="onsubmit" style="--altcha-border-radius:0")
mixin social(title,description,game)
meta(property="og:title" content=title)