Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Luciano Barletta
/
Pruebas-RTO
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 9deeb531
authored
2024-07-21 22:33:53 -0300
by
Tu Nombre
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
on fly
1 parent
81f7b6f4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
static/src/historico.js
static/src/historico.js
View file @
9deeb53
...
@@ -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
)
})
})
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment