pricing confirm

This commit is contained in:
Priyatham Sai Chand 2021-03-23 23:31:06 +05:30
parent 222f5fe6bf
commit 58602feaef
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ router.post("/login", async (req, res) => {
user: { user: {
id: user._id, id: user._id,
username: user.username, username: user.username,
pricing: user.pricing
}, },
}); });
} catch (err) { } catch (err) {