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-08 12:27:31 +0200
commit143c403dc051453d44735d53f4477f1caa74a202 (patch)
treeae6efed733bf4cd0ac7d7f56388760b541a4ca26 /views/head.pug
parentfe41e7119025554ecc1e9b56abd21f335410b7c5 (diff)
downloadserver-143c403dc051453d44735d53f4477f1caa74a202.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)