mirror of
https://github.com/jlengrand/sample-node-api.git
synced 2026-03-10 08:41:23 +00:00
change to version
Signed-off-by: Nakul Manchanda <nakul.manchanda@ibm.com>
This commit is contained in:
@@ -19,7 +19,7 @@ router.use('/cars', cars);
|
||||
router.use('/accounts', accounts);
|
||||
router.use('/', swagger);
|
||||
|
||||
router.get('/', (req, res) => res.send('Sample Node API'));
|
||||
router.get('/', (req, res) => res.send('Sample Node API Version1'));
|
||||
router.get('/health', (req, res) => {
|
||||
const healthcheck = {
|
||||
uptime: process.uptime(),
|
||||
|
||||
Reference in New Issue
Block a user