Skip to content

Commit

Permalink
remove trailing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
soof-golan committed Oct 10, 2024
1 parent aa8971a commit 120ceed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/middleware/turnstile.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ async def dispatch(

client = request.state.cf_http_client
response = await client.post(
"/turnstile/v0/siteverify/",
"/turnstile/v0/siteverify",
timeout=5,
data={
"secret": CONFIG.turnstile_secret, # Our secret
Expand Down

0 comments on commit 120ceed

Please sign in to comment.