Remove API key From Console

This commit is contained in:
2023-10-10 17:20:34 +02:00
parent 0320e9b53d
commit cdea59a583
+1 -1
View File
@@ -155,7 +155,7 @@ async def get_report_group(get: CL.CL_GET_REPORT_GROUP,api_key: APIKey = Depends
if not result:
return False
else:
return result
return result[0][0]
@app.post("/report/addgroup")
async def get_addreport_group(get: CL.CL_ADD_REPORT_GROUP,api_key: APIKey = Depends(auth.get_api_key)):