mirror of
https://github.com/langgenius/dify.git
synced 2026-01-14 06:07:33 +08:00
feat: align with path
This commit is contained in:
parent
64a070f6b0
commit
ffcaa67a56
@ -14,7 +14,7 @@ class PluginAssetManager(BasePluginClient):
|
||||
def extract_asset(self, tenant_id: str, plugin_unique_identifier: str, filename: str) -> bytes:
|
||||
response = self._request(
|
||||
method="GET",
|
||||
path=f"plugin/{tenant_id}/extract-asset",
|
||||
path=f"plugin/{tenant_id}/extract-asset/",
|
||||
params={
|
||||
"tenant_id": tenant_id,
|
||||
"plugin_unique_identifier": plugin_unique_identifier,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user