Update app.py
Browse files
app.py
CHANGED
|
@@ -57,7 +57,7 @@ async def solve(data: CaptchaData):
|
|
| 57 |
except Exception as e:
|
| 58 |
return {"status": "error", "message": str(e)}
|
| 59 |
|
| 60 |
-
@app.get("/
|
| 61 |
async def health_check():
|
| 62 |
return {"status": "online", "description": "RSCaptcha AI Solver"}
|
| 63 |
|
|
|
|
| 57 |
except Exception as e:
|
| 58 |
return {"status": "error", "message": str(e)}
|
| 59 |
|
| 60 |
+
@app.get("/")
|
| 61 |
async def health_check():
|
| 62 |
return {"status": "online", "description": "RSCaptcha AI Solver"}
|
| 63 |
|