diff --git a/backend/index.js b/backend/index.js index 43edb04..d36ceae 100644 --- a/backend/index.js +++ b/backend/index.js @@ -164,7 +164,6 @@ app.put("/API/user/create", function (req, res) { }); app.all("*", function (req, res, next) { - return next(); if (req.isAuthenticated()) { return next(); }