We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2d514e4 + 6eb205b commit 3f712faCopy full SHA for 3f712fa
1 file changed
server.js
@@ -3,7 +3,7 @@ const app = express();
3
const port = 3000;
4
5
app.get('/', (req, res) => {
6
- res.send('HELLO DevOps Prooction Release');
+ res.send('HELLO DevOps Prooction Release FIX');
7
});
8
9
app.get('/health', (req, res) => {
0 commit comments