mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 19:59:50 +08:00
fix: missing user id
This commit is contained in:
parent
dc255cc154
commit
1d575524c3
|
@ -59,6 +59,7 @@ class PluginEndpointManager(BasePluginManager):
|
|||
f"plugin/{tenant_id}/endpoint/update",
|
||||
dict,
|
||||
data={
|
||||
"user_id": user_id,
|
||||
"endpoint_id": endpoint_id,
|
||||
"settings": settings,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user