Remove API key From Console
This commit is contained in:
@@ -82,7 +82,7 @@ async def getvolume(get: CL.CL_GET_VOLUMES,api_key: APIKey = Depends(auth.get_ap
|
||||
result = database(f"SELECT disbaled FROM `Active-Directory-RDS-User` where `SamAccountName` = '{get.name}'",f"{get.database}","")
|
||||
volume = []
|
||||
if not result:
|
||||
return Fals
|
||||
return False
|
||||
else:
|
||||
for i in result:
|
||||
volume.append(i)
|
||||
|
||||
Reference in New Issue
Block a user