summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--backend/main.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/backend/main.py b/backend/main.py
index 54b8ab3..bf7f661 100644
--- a/backend/main.py
+++ b/backend/main.py
@@ -27,7 +27,6 @@ app.add_middleware(
class TurnstileTokenData(BaseModel):
token: str
- remoteip: str
@app.post("/email")