mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-26 15:57:50 +01:00
refactor join to intermediary page
This commit is contained in:
@@ -10,6 +10,10 @@ router.get('/create', function (request, response) {
|
||||
response.sendFile(path.join(__dirname, '../../client/src/views/create.html'));
|
||||
});
|
||||
|
||||
router.get('/join/:code', function (request, response) {
|
||||
response.sendFile(path.join(__dirname, '../../client/src/views/join.html'));
|
||||
});
|
||||
|
||||
router.get('/how-to-use', function (request, response) {
|
||||
response.sendFile(path.join(__dirname, '../../client/src/views/how-to-use.html'));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user