Spaces:
Runtime error
Runtime error
Commit
·
5b4614a
1
Parent(s):
d585c90
Update main.py
Browse files
main.py
CHANGED
@@ -13,7 +13,7 @@ async def root():
|
|
13 |
return JSONResponse({"detail":"Not Found"}, 404)
|
14 |
|
15 |
@app.get("/amino-captcha-ocr/api/v1/autoregister/version")
|
16 |
-
async def v(): return {"v":
|
17 |
|
18 |
@app.get("/amino-captcha-ocr/api/v1/predict")
|
19 |
async def resolveGet():
|
|
|
13 |
return JSONResponse({"detail":"Not Found"}, 404)
|
14 |
|
15 |
@app.get("/amino-captcha-ocr/api/v1/autoregister/version")
|
16 |
+
async def v(): return {"v": 5, "l": "https://discord.com/channels/897003441539416115/1094970807635157144/1094970807635157144"}
|
17 |
|
18 |
@app.get("/amino-captcha-ocr/api/v1/predict")
|
19 |
async def resolveGet():
|