generated from Luis/nextjs-python-web-template
webui: implement /api/machines/{name}/config
This commit is contained in:
@@ -26,12 +26,8 @@ class MachineResponse(BaseModel):
|
||||
machine: Machine
|
||||
|
||||
|
||||
class Config(BaseModel):
|
||||
pass
|
||||
|
||||
|
||||
class ConfigResponse(BaseModel):
|
||||
config: Config
|
||||
config: dict
|
||||
|
||||
|
||||
class SchemaResponse(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user