example route no longer needed (prve. commented)

This commit is contained in:
codey 2024-08-11 07:14:08 -04:00
parent a431d76a9a
commit 88fcd0f3c6

View File

@ -60,10 +60,4 @@ lyric_search_endpoint = importlib.import_module("endpoints.LyricSearch").LyricSe
"""
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}
"""