Commit 9deeb531 by Tu Nombre

on fly

1 parent 81f7b6f4
...@@ -12,7 +12,8 @@ document.addEventListener('DOMContentLoaded', () => { ...@@ -12,7 +12,8 @@ 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)
}) })
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!