Remove test html file

This commit is contained in:
NyxiumYuuki 2021-05-29 16:02:58 +02:00
parent 596e890d6c
commit 7f718ccdc8

View file

@ -22,9 +22,9 @@ app.use(bodyParser.json());
app.use(cors({origin: 'http://127.0.0.1:4200', credentials: true})); app.use(cors({origin: 'http://127.0.0.1:4200', credentials: true}));
app.use(cookieParser()); app.use(cookieParser());
app.get('/', (req, res) => { // app.get('/', (req, res) => {
res.sendFile(__dirname + '/index.html'); // res.sendFile(__dirname + '/index.html');
}); // });
io.on('connection',socket => { io.on('connection',socket => {