Skip to content

Commit

Permalink
Fixed health test
Browse files Browse the repository at this point in the history
  • Loading branch information
Victorma committed Jun 22, 2017
1 parent d5b535b commit 4ecb4fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ app.use(function (req, res, next) {
next();
});

app.use('/', require('./viewRoutes'));
app.use('/health', require('./health'));
app.use('/', require('./viewRoutes'));


// Catch 404 and forward to error handler
Expand Down

0 comments on commit 4ecb4fc

Please sign in to comment.