Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
agetic
sitio-firebase
Commits
d21b9f00
Commit
d21b9f00
authored
Mar 17, 2020
by
Adrian
Browse files
frontend
parent
62b6e7fb
Changes
1
Show whitespace changes
Inline
Side-by-side
frontend/index.html
View file @
d21b9f00
...
...
@@ -27,8 +27,8 @@
}
function
sendData
()
{
postData
(
'
http://localhost:5000/send
'
,
{
tit
le
:
document
.
querySelector
(
'
#title
'
).
value
,
description
:
document
.
querySelector
(
'
#description
'
).
value
tit
ulo
:
document
.
querySelector
(
'
#title
'
).
value
,
text
:
document
.
querySelector
(
'
#description
'
).
value
})
.
then
((
data
)
=>
{
console
.
log
(
data
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
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 comment