Remove API key From Console

This commit is contained in:
2023-10-30 12:19:09 +01:00
parent 7b3136a642
commit 944ec36b8a
2 changed files with 30 additions and 8 deletions
+3
View File
@@ -164,6 +164,9 @@ class CL_GET_USER(BaseModel):
user: str
database: str
class CL_GET_USER_CLIENT(BaseModel):
dbname: str
user: str
class CL_ADD_GROUP_VOLUME(BaseModel):
label: str