From 6fe770ab6eddb43f1cdf6bd9a0a3eb763235ddce Mon Sep 17 00:00:00 2001 From: carlos-burelo Date: Tue, 9 Nov 2021 11:24:12 -0600 Subject: [PATCH] add owner info --- src/routes/api.routes.js | 2 ++ 1 file changed, 2 insertions(+) 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',