fix
This commit is contained in:
parent
15c74f8f21
commit
66ac335914
@ -409,7 +409,7 @@ async def load_json_async(file_path):
|
|||||||
|
|
||||||
|
|
||||||
@app.get("/")
|
@app.get("/")
|
||||||
async def hello_world(api_key: str = Security(get_api_key)):
|
async def hello_world():
|
||||||
return {"stocknear api"}
|
return {"stocknear api"}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user