diff options
author | Tor Andersson <tor@ccxvii.net> | 2025-05-02 10:50:22 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2025-05-06 20:08:41 +0200 |
commit | cb5ee1ca637f191b6beeacb491ae0cadc353773d (patch) | |
tree | ae6efed733bf4cd0ac7d7f56388760b541a4ca26 /views/head.pug | |
parent | 73ccfc9e744e89e40be932edbf4c05982e005220 (diff) | |
download | server-cb5ee1ca637f191b6beeacb491ae0cadc353773d.tar.gz |
Put account management pages under "/account" URL prefix.
Diffstat (limited to 'views/head.pug')
-rw-r--r-- | views/head.pug | 2 |
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) |