diff --git a/app/main.py b/app/main.py index f272a73..8dba8e1 100755 --- a/app/main.py +++ b/app/main.py @@ -1239,9 +1239,6 @@ async def stock_finder(api_key: str = Security(get_api_key)): ) - - - @app.post("/get-quant-stats") async def get_quant_stats(data: TickerData, api_key: str = Security(get_api_key)): data = data.dict()