@ozdao/prometheus-framework 0.2.86 → 0.2.87
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
// Factories
|
1
|
+
// Factories
|
2
2
|
const controllerFactory = require("../controllers/auth.controller");
|
3
3
|
const controllerFactoryTwofa = require("../controllers/twofa.controller");
|
4
4
|
// Middlewares
|
@@ -8,7 +8,7 @@ module.exports = function(app, db, origins) {
|
|
8
8
|
const controller = controllerFactory(db);
|
9
9
|
const controllerTwofa = controllerFactoryTwofa(db);
|
10
10
|
|
11
|
-
const { verifySignUp, verifyUser } = middlewareFactory(db)
|
11
|
+
const { verifySignUp, verifyUser } = middlewareFactory(db);
|
12
12
|
|
13
13
|
app.post(
|
14
14
|
"/api/auth/signup",
|