Update app.py

This commit is contained in:
qiaofeng1227 2023-05-20 14:40:54 +08:00 committed by GitHub
parent 57c0cac8cf
commit 421412d0e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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