Commit 9deeb531 by Tu Nombre

on fly

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