mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 07:30:24 +00:00
Update app.py
This commit is contained in:
parent
57c0cac8cf
commit
421412d0e5
1 changed files with 3 additions and 3 deletions
|
@ -12,9 +12,9 @@ class App(BaseModel):
|
|||
official_app: bool
|
||||
app_version: str
|
||||
create_time: str
|
||||
volume_data = str
|
||||
config_path = str
|
||||
volume_data : str
|
||||
config_path : str
|
||||
image_url: str
|
||||
app_https: bool
|
||||
app_replace_url: bool
|
||||
config: Config = None
|
||||
config: Config = None
|
||||
|
|
Loading…
Reference in a new issue