Remove API key From Console

This commit is contained in:
2023-10-12 14:41:45 +02:00
parent 16d570003c
commit c1254385d0
2 changed files with 9 additions and 3 deletions
+1
View File
@@ -104,6 +104,7 @@ class CL_GET_HOST(BaseModel):
class CL_SET_HOST_USER(BaseModel):
user: str
dbname: str
hardwareID: str
class CL_GET_HOST_USER(BaseModel):
user: str