fix sharing link

This commit is contained in:
Your Name 2019-04-25 20:05:18 -07:00
parent 98e5e9c561
commit 6cd5fae369

View File

@ -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
},