mirror of
https://github.com/gradio-app/gradio.git
synced 2025-03-25 12:10:31 +08:00
Restore query parameters in request (#6327)
* changes * changes * add changeset * console * changes * changes --------- Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com> Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
This commit is contained in:
parent
ed546f2e13
commit
bca6c2c80f
6
.changeset/bitter-knives-yawn.md
Normal file
6
.changeset/bitter-knives-yawn.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
"@gradio/client": patch
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:Restore query parameters in request
|
@ -657,7 +657,7 @@ export function api_factory(
|
||||
host,
|
||||
config.path,
|
||||
true
|
||||
)}/queue/join?${params}`
|
||||
)}/queue/join?${url_params ? url_params + "&" : ""}${params}`
|
||||
);
|
||||
|
||||
eventSource = new EventSource(url);
|
||||
|
Loading…
x
Reference in New Issue
Block a user