diff options
author | Tor Andersson <tor@ccxvii.net> | 2025-05-02 10:50:22 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2025-05-08 12:27:31 +0200 |
commit | 143c403dc051453d44735d53f4477f1caa74a202 (patch) | |
tree | ae6efed733bf4cd0ac7d7f56388760b541a4ca26 /views/head.pug | |
parent | fe41e7119025554ecc1e9b56abd21f335410b7c5 (diff) | |
download | server-143c403dc051453d44735d53f4477f1caa74a202.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) |