in progress: db support for tandem add to user table on supabase registration
This commit is contained in:
@@ -26,4 +26,13 @@ module.exports = (app) => {
|
||||
next(e);
|
||||
}
|
||||
})
|
||||
|
||||
router.post('/', async (req, res, next) => {
|
||||
try {
|
||||
const data = req.body;
|
||||
|
||||
} catch(e) {
|
||||
next(e);
|
||||
}
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user