Skip to content

Commit dd4c7af

Browse files
committed
fix: message route index
1 parent f3175e2 commit dd4c7af

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/routes/index.ts

+4-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ const router = express.Router()
88
/* Home Page. */
99
router.get('/', function (req: Request, res: Response, next: NextFunction) {
1010
const buildResponse = BuildResponse.get({
11-
message: 'Express Sequelize TS, Support by Nusantech',
12-
github:
11+
message: 'Express Sequelize TypeScript',
12+
maintaner: 'masb0ymas, <[email protected]>',
13+
source:
1314
'https://github.com/masb0ymas/boilerplate-express-typescript-sequelize',
15+
docs: `http://localhost:${process.env.PORT}/v1/api-docs`,
1416
})
1517
return res.json(buildResponse)
1618
})

0 commit comments

Comments
 (0)