@ -16,7 +16,6 @@
document.execCommand("copy")
}
function lurl_submit() {
socket.send('long_url;'+document.getElementById('longurl-input').value)
fetch('/api/v1/key', {
method: 'PUT',
body: JSON.stringify({ url: document.getElementById('longurl-input').value }),