diff --git a/src/routes/api.routes.js b/src/routes/api.routes.js index e7d0a50..146ba06 100644 --- a/src/routes/api.routes.js +++ b/src/routes/api.routes.js @@ -17,6 +17,8 @@ import { routes.get('/', (_, res) => { res.json({ message: 'API Works', + author: 'Carlos Burelo', + repository: 'https://github.com/carlos-burelo/monoschinos-api-ts', endpoints: { lastest: '/lastest', emision: '/emision',