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
206eae1d
Commit
206eae1d
authored
Mar 18, 2020
by
Ivan Tancara
Browse files
ruta de status
parent
22657b3c
Changes
1
Show whitespace changes
Inline
Side-by-side
backend/server.js
View file @
206eae1d
...
...
@@ -62,6 +62,9 @@ async function AuthorizationMiddleware (req, res, next) {
}
}
app
.
get
(
'
/status
'
,
async
function
(
req
,
res
)
{
mensajeExito
(
res
,
'
Funcionando correctamente.
'
);
});
app
.
post
(
'
/login
'
,
async
function
(
req
,
res
)
{
try
{
...
...
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