mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/node-tutorial.git
synced 2026-08-20 13:04:43 +00:00
init
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
module.exports = (app) => {
|
||||
app.get('/api', (req, res) => res.status(200).send({
|
||||
message: 'Welcome to the Todos API!',
|
||||
}));
|
||||
};
|
||||
Reference in New Issue
Block a user