summaryrefslogtreecommitdiff
path: root/views/head.pug
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2025-05-06 20:25:36 +0200
committerTor Andersson <tor@ccxvii.net>2025-05-06 20:25:36 +0200
commit644c287eede443c608eeab0cc6cd41da228947e3 (patch)
tree2bf71850e6afe5c954515edcc110f7c91cf6d7f2 /views/head.pug
parent2d22fd6f23e2afe24b64e4b8ab09bf1b5404e3e4 (diff)
downloadserver-644c287eede443c608eeab0cc6cd41da228947e3.tar.gz
Remove "api" prefix on many routes.
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 20fb9aa..da73d4e 100644
--- a/views/head.pug
+++ b/views/head.pug
@@ -14,7 +14,7 @@ mixin altcha_script()
mixin altcha_widget()
if ALTCHA
- altcha-widget(challengeurl="/api/altcha-challenge" hidelogo hidefooter auto="onsubmit" style="--altcha-border-radius:0")
+ altcha-widget(challengeurl="/altcha-challenge" hidelogo hidefooter auto="onsubmit" style="--altcha-border-radius:0")
mixin social(title,description,game)
meta(property="og:title" content=title)