remove res ok line
This commit is contained in:
parent
c27186e14f
commit
898c474175
@ -46,7 +46,6 @@ if (!isDevelopmentMode) {
|
||||
app.use(express.static(path.resolve('build')));
|
||||
app.get('*', function (req, res) {
|
||||
res.sendFile('index.html');
|
||||
res.send('ok');
|
||||
});
|
||||
}
|
||||
/**CLIENT */
|
||||
|
||||
Reference in New Issue
Block a user