mirror of
https://github.com/langgenius/dify.git
synced 2026-01-08 07:14:14 +00:00
fix: request path
This commit is contained in:
@@ -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",
|
||||
path=f"plugin/{tenant_id}/asset/extract",
|
||||
params={
|
||||
"plugin_unique_identifier": plugin_unique_identifier,
|
||||
"file_name": filename
|
||||
|
||||
Reference in New Issue
Block a user