mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-06-11 08:31:03 +00:00
auto-commit for bedd17eb-afe2-4058-a444-7b784a1c0bd9
This commit is contained in:
@@ -99,6 +99,13 @@ class AuthResponse(BaseModel):
|
||||
first_name: str
|
||||
last_name: str
|
||||
|
||||
class TurnstileVerifyRequest(BaseModel):
|
||||
token: str
|
||||
|
||||
class TurnstileVerifyResponse(BaseModel):
|
||||
success: bool
|
||||
message: str
|
||||
|
||||
# Add your routes to the router instead of directly to app
|
||||
@api_router.get("/")
|
||||
async def root():
|
||||
|
||||
Reference in New Issue
Block a user