Skip to content

Commit

Permalink
Added gitignore cached
Browse files Browse the repository at this point in the history
  • Loading branch information
beingjainparas committed Jan 15, 2025
1 parent 91cb5c5 commit 5aa89e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/basic_router.js
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,7 @@ basicRouter.post('/create_seller_account', async function view(req, res, next) {
"is_own_account": true
}
});

console.log(JSON.stringify(response))
res.json(response);
} catch (err) {
Expand Down

0 comments on commit 5aa89e1

Please sign in to comment.