mirror of https://github.com/langgenius/dify.git
Merge branch 'fix/chore-fix' into dev/plugin-deploy
This commit is contained in:
commit
a48608dd9b
|
|
@ -15,6 +15,7 @@ class EndpointDeclaration(BaseModel):
|
|||
|
||||
path: str
|
||||
method: str
|
||||
hidden: bool = Field(default=False)
|
||||
|
||||
|
||||
class EndpointProviderDeclaration(BaseModel):
|
||||
|
|
|
|||
Loading…
Reference in New Issue