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-08 12:27:31 +0200
commit83949e45c0f3abfba5432a4bdf38e2fc744afec2 (patch)
tree2bf71850e6afe5c954515edcc110f7c91cf6d7f2 /views/head.pug
parent4fabe52169e718af25b407533d775da3f3192015 (diff)
downloadserver-83949e45c0f3abfba5432a4bdf38e2fc744afec2.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)