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
b5151c27
Commit
b5151c27
authored
Mar 18, 2020
by
Ivan Tancara
Browse files
mensajes de error
parent
9f92576e
Changes
1
Hide whitespace changes
Inline
Side-by-side
backend/server.js
View file @
b5151c27
...
...
@@ -63,7 +63,7 @@ async function AuthorizationMiddleware (req, res, next) {
}
app
.
get
(
'
/status
'
,
async
function
(
req
,
res
)
{
mensajeExito
(
res
,
'
Funcionando correctamente.
'
);
mensajeExito
(
res
,
'
Funcionando correctamente.
'
,
200
,
''
);
});
app
.
post
(
'
/login
'
,
async
function
(
req
,
res
)
{
...
...
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