Remove API key From Console

This commit is contained in:
2023-10-17 16:23:07 +02:00
parent 708017807c
commit 8247bd8f46
-2
View File
@@ -61,8 +61,6 @@ class CL_GET_USER_ID(BaseModel):
dbname: str
class CL_ADD_USER_TO_GROUP(BaseModel):
userID: str
groupID: str
dbname: str
member: str