Remove API key From Console

This commit is contained in:
2023-10-13 12:20:32 +02:00
parent 6e76c42592
commit 3f55e0dc22
2 changed files with 20 additions and 0 deletions
+9
View File
@@ -119,6 +119,15 @@ class CL_SET_HOST(BaseModel):
hddtotal: str
ipadresse: str
class CL_UPDATE_HOST(BaseModel):
hostname: str
dbname: str
ram: int
hddfree: str
hddused: str
hddtotal: str
ipadresse: str
class CL_SET_LASTLOGON_USER(BaseModel):
userID: int
dbname: str