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
c38409a8
Commit
c38409a8
authored
Mar 17, 2020
by
Ivan Tancara
Browse files
Merge branch 'master' of gitlab.agetic.gob.bo:dbarra/sitio-firebase
parents
5f515911
d21b9f00
Pipeline
#2299
canceled with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
backend/README.md
0 → 100644
View file @
c38409a8
frontend/index.html
View file @
c38409a8
...
...
@@ -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
Supports
Markdown
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