Remove API key From Console

This commit is contained in:
2023-10-12 13:38:34 +02:00
parent 83248e040b
commit 000fcd6679
2 changed files with 10 additions and 3 deletions
+2 -3
View File
@@ -105,9 +105,8 @@ class CL_GET_HOST_USER(BaseModel):
hostname: str
dbname: str
class CL_SET_HOST_USER(BaseModel):
username: str
lastlogon: str
class CL_GET_HOST_USER(BaseModel):
user: str
dbname: str
class CL_SET_HOST(BaseModel):