Skip to content
Open

test #17

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = function() {

/* istanbul ignore next */
app.get('/hi', (req, res) => {
res.status(200).send('Hi there!');
res.status(200).send('Hi there this is just a test on the new feature branch!');
});

return app;
Expand Down