Skip to content
Snippets Groups Projects
Commit bdd38af5 authored by derrabauke's avatar derrabauke
Browse files

missed out this file for last commit -> liveliness

parent b2cdd3b1
No related branches found
No related tags found
No related merge requests found
const express = require('express');
const routes = express.Router();
routes.get('/health', (req, res) => {
res.status(200).send( 'Everything fine!');
});
module.exports = routes;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment