mirror of
https://github.com/langgenius/dify.git
synced 2026-04-25 05:06:15 +08:00
fix: missing 'follow_redirects' argument while download plugin packages
This commit is contained in:
@ -92,9 +92,7 @@ class PluginUploadFromGithubApi(Resource):
|
||||
|
||||
response = PluginService.upload_pkg_from_github(tenant_id, args["repo"], args["version"], args["package"])
|
||||
|
||||
return {
|
||||
"plugin_unique_identifier": response,
|
||||
}
|
||||
return jsonable_encoder(response)
|
||||
|
||||
|
||||
class PluginInstallFromPkgApi(Resource):
|
||||
|
||||
Reference in New Issue
Block a user