Update app.py

This commit is contained in:
qiaofeng1227 2023-02-22 15:11:25 +08:00 committed by GitHub
parent 31e09a2024
commit 916e7bb769
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,3 +8,5 @@ class App(BaseModel):
port: int
volume: str
url: str
user_name: str
password: str