randydev commited on
Commit
f72ea12
1 Parent(s): 83d7add

Upload main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -371,7 +371,7 @@ def sibyl_system(
371
  }
372
  )
373
 
374
- @app.get("/ryuzaki/translate", response_model=SuccessResponse, responses={422: {"model": ErrorStatus}})
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
  ):