mirror of
https://github.com/darkwire/darkwire.io.git
synced 2025-07-18 18:54:52 +00:00
Loader
This commit is contained in:
parent
dbda58f438
commit
a71ebc44d4
@ -57,6 +57,10 @@ app.get('/', (req, res) => {
|
||||
generateNewRoom(req, res, id);
|
||||
});
|
||||
|
||||
app.get('/loaderio-6f94612a3fa71ff98b23eecfcca2de6c.html', (req, res) => {
|
||||
res.send('loaderio-6f94612a3fa71ff98b23eecfcca2de6c');
|
||||
});
|
||||
|
||||
app.get('/:roomId', (req, res) => {
|
||||
const roomId = req.params.roomId || false;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user