diff options
author | Tor Andersson <tor@ccxvii.net> | 2025-05-06 20:25:36 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2025-05-08 12:27:31 +0200 |
commit | 83949e45c0f3abfba5432a4bdf38e2fc744afec2 (patch) | |
tree | 2bf71850e6afe5c954515edcc110f7c91cf6d7f2 /views/head.pug | |
parent | 4fabe52169e718af25b407533d775da3f3192015 (diff) | |
download | server-83949e45c0f3abfba5432a4bdf38e2fc744afec2.tar.gz |
Remove "api" prefix on many routes.
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 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) |