Spaces:
Paused
Paused
Maksymilian Jankowski commited on
Commit ·
8a258d8
1
Parent(s): b48c7f2
test deplkoynment
Browse files
main.py
CHANGED
|
@@ -170,7 +170,7 @@ async def signin(request: SignInRequest):
|
|
| 170 |
except Exception as e:
|
| 171 |
logging.error(f"SignIn error: {str(e)}")
|
| 172 |
raise HTTPException(status_code=401, detail=f"Invalid credentials: {str(e)}")
|
| 173 |
-
|
| 174 |
@app.post("/auth/sync-supabase-user", tags=["Authentication"])
|
| 175 |
async def sync_supabase_user(request: SyncUserRequest, supabase_token: str = Depends(get_supabase_token)):
|
| 176 |
"""
|
|
|
|
| 170 |
except Exception as e:
|
| 171 |
logging.error(f"SignIn error: {str(e)}")
|
| 172 |
raise HTTPException(status_code=401, detail=f"Invalid credentials: {str(e)}")
|
| 173 |
+
#fale
|
| 174 |
@app.post("/auth/sync-supabase-user", tags=["Authentication"])
|
| 175 |
async def sync_supabase_user(request: SyncUserRequest, supabase_token: str = Depends(get_supabase_token)):
|
| 176 |
"""
|