Remove API key From Console

This commit is contained in:
2023-10-10 17:31:17 +02:00
parent 55710d4525
commit 81f44d6432
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -60,6 +60,10 @@ class CL_GET_USER_ID(BaseModel):
user: str
dbname: str
class CL_ADD_USER_TO_GROUP(BaseModel):
userID: str
groupID: str
dbname: str
class CL_ADD_REPORT_GROUP(BaseModel):
query: str