Commit 9deeb531 by Tu Nombre

on fly

1 parent 81f7b6f4
......@@ -12,7 +12,8 @@ document.addEventListener('DOMContentLoaded', () => {
fetch('https://api.hgt.com.ar/redirect', {
method: 'POST',
headers: {
'Content-Type': 'application/json'
'Accept': 'application/json',
"Content-Type": "application/json"
},
body: JSON.stringify(requestData)
})
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!