Skip to content

Commit

Permalink
feat(global): add example api link in default html ✨
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreBrisorgueil committed Apr 12, 2019
1 parent 3a63aae commit cc709f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/services/express.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ module.exports.initModulesServerRoutes = (app) => {
require(path.resolve(routePath))(app);
});
app.get('*', (req, res) => {
res.send('<center><br /><h1>WAOS Node Api</h1><h3>Available on /api. #LetsGetTogether</h3></center>');
res.send('<center><br /><h1>WAOS Node Api</h1><h3>Available on <a href="/api/tasks">/api</a>. #LetsGetTogether</h3></center>');
});
};

Expand Down

0 comments on commit cc709f3

Please sign in to comment.