change: add weight attribute in config

This commit is contained in:
debugtalk
2020-06-18 17:19:34 +08:00
parent 7b6c8be740
commit 737629293f
2 changed files with 13 additions and 2 deletions

View File

@@ -41,6 +41,7 @@ class TConfig(BaseModel):
# teardown_hooks: Hooks = []
export: Export = []
path: Text = None
weight: int = 1
class TRequest(BaseModel):