Remove test html file
This commit is contained in:
parent
596e890d6c
commit
7f718ccdc8
1 changed files with 3 additions and 3 deletions
|
|
@ -22,9 +22,9 @@ app.use(bodyParser.json());
|
|||
app.use(cors({origin: 'http://127.0.0.1:4200', credentials: true}));
|
||||
app.use(cookieParser());
|
||||
|
||||
app.get('/', (req, res) => {
|
||||
res.sendFile(__dirname + '/index.html');
|
||||
});
|
||||
// app.get('/', (req, res) => {
|
||||
// res.sendFile(__dirname + '/index.html');
|
||||
// });
|
||||
|
||||
io.on('connection',socket => {
|
||||
|
||||
|
|
|
|||
Reference in a new issue