Remove API key From Console

This commit is contained in:
2023-10-12 13:03:27 +02:00
parent 3a84aa14b9
commit 2a743a0a93
+3 -3
View File
@@ -106,9 +106,9 @@ class CL_SET_HOSTNAME(BaseModel):
dbname: str
ram: int
user: str
hddfree: int
hddused: int
hddtotal: int
hddfree: str
hddused: str
hddtotal: str
ipadresse: str
class CL_ADD_CLIENT(BaseModel):