make private page, but is still public
This commit is contained in:
parent
7c2514a9a6
commit
5e24fc29fb
2 changed files with 18 additions and 0 deletions
|
|
@ -32,5 +32,8 @@ router.get('/invite/:inviteUuid', async (req, res) => {
|
|||
}
|
||||
});
|
||||
|
||||
router.get('/private', (req, res) => {
|
||||
res.render('private', {});
|
||||
});
|
||||
|
||||
module.exports = router;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue