Spaces:
Running
Running
Upload main.py
Browse files
main.py
CHANGED
@@ -371,7 +371,7 @@ def sibyl_system(
|
|
371 |
}
|
372 |
)
|
373 |
|
374 |
-
@app.get("/ryuzaki/
|
375 |
def pypi_search(
|
376 |
item: TextCustom,
|
377 |
):
|
|
|
371 |
}
|
372 |
)
|
373 |
|
374 |
+
@app.get("/ryuzaki/pypi-search", response_model=SuccessResponse, responses={422: {"model": ErrorStatus}})
|
375 |
def pypi_search(
|
376 |
item: TextCustom,
|
377 |
):
|