Skip to content

Commit 251c15e

Browse files
committed
removed routes for now
1 parent 8c90855 commit 251c15e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if (cluster.isMaster && config.env === 'production') {
2929
app.enable('trust proxy');
3030
}
3131

32-
app.use('/',router);
32+
// app.use('/',router);
3333

3434
if(config.env === 'production'){
3535
log.info('Worker %d running!', cluster.worker.id);

0 commit comments

Comments
 (0)