mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-12 10:34:32 +08:00
fix sharing link
This commit is contained in:
parent
98e5e9c561
commit
6cd5fae369
@ -13,7 +13,7 @@ $("#send_link").click(function(evt) {
|
||||
"type": "POST",
|
||||
"crossDomain": true,
|
||||
"data": {
|
||||
"url": config["ngrok_socket_url"],
|
||||
"url": config["share_url"],
|
||||
"name": name,
|
||||
"email": email
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user