This commit is contained in:
MuslemRahimi 2024-12-12 11:26:54 +01:00
parent 15c74f8f21
commit 66ac335914

View File

@ -409,7 +409,7 @@ async def load_json_async(file_path):
@app.get("/")
async def hello_world(api_key: str = Security(get_api_key)):
async def hello_world():
return {"stocknear api"}