mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-26 15:57:50 +01:00
simpler routing, fix socket reconnection bug, expand mod view
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
const express = require('express');
|
||||
const router = express.Router();
|
||||
const router = express.Router({ strict: true });
|
||||
const path = require('path');
|
||||
|
||||
router.get('/', function (request, response) {
|
||||
|
||||
Reference in New Issue
Block a user