Merge branch 'fix/chore-fix' into dev/plugin-deploy

This commit is contained in:
Yeuoly 2024-12-13 22:53:20 +08:00
commit a48608dd9b
No known key found for this signature in database
GPG Key ID: A66E7E320FB19F61
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ class EndpointDeclaration(BaseModel):
path: str
method: str
hidden: bool = Field(default=False)
class EndpointProviderDeclaration(BaseModel):