diff --git a/routes/users.js b/routes/users.js index 68f9c56..fd98d44 100644 --- a/routes/users.js +++ b/routes/users.js @@ -67,6 +67,7 @@ router.post("/login", async (req, res) => { user: { id: user._id, username: user.username, + pricing: user.pricing }, }); } catch (err) {