mirror of
https://github.com/langgenius/dify.git
synced 2026-05-13 08:57:28 +08:00
Merge 2114894118 into 19bf36a716
This commit is contained in:
commit
83ff076b3c
@ -527,7 +527,7 @@ def register_client(
|
||||
|
||||
response = ssrf_proxy.post(
|
||||
registration_url,
|
||||
json=client_metadata.model_dump(),
|
||||
json=client_metadata.model_dump(exclude_none=True),
|
||||
headers={"Content-Type": "application/json"},
|
||||
)
|
||||
if not response.is_success:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user