Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add captcha-only route
  • Loading branch information
regalijan committed Oct 19, 2023
1 parent dbdf586 commit 5fb2293
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/routes/captcha.tsx
@@ -0,0 +1,9 @@
export default function () {
return (
<script
async
defer
src="https://challenges.cloudflare.com/turnstile/v0/api.js"
></script>
);
}

0 comments on commit 5fb2293

Please sign in to comment.