From 759babd7d506f1df50a44f3f89c23df7910b7e8e Mon Sep 17 00:00:00 2001 From: david Date: Sat, 17 Aug 2019 22:03:00 +0200 Subject: [PATCH] . --- modules/auth/auth.routes.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/auth/auth.routes.js b/modules/auth/auth.routes.js index 7a1350f..4f60c52 100644 --- a/modules/auth/auth.routes.js +++ b/modules/auth/auth.routes.js @@ -26,6 +26,9 @@ routes.get('/auth', routes.get('/auth/verify', AccessValidator.isAdministratorUser, + function (req, res) { + res.status(200) + } ); // Registro de usuario a partir del usuario de Firebase y