example route no longer needed (prve. commented)
This commit is contained in:
parent
a431d76a9a
commit
88fcd0f3c6
8
main.py
8
main.py
@ -60,10 +60,4 @@ lyric_search_endpoint = importlib.import_module("endpoints.LyricSearch").LyricSe
|
|||||||
|
|
||||||
"""
|
"""
|
||||||
End Actionable Routes
|
End Actionable Routes
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# @app.get("/items/{item_id}")
|
|
||||||
# def read_item(item_id: int, q: Union[str, None] = None):
|
|
||||||
# return {"item_id": item_id, "q": q}
|
|
Loading…
x
Reference in New Issue
Block a user