jenkins update
This commit is contained in:
@@ -3,7 +3,7 @@ const express = require("express");
|
|||||||
const app = express();
|
const app = express();
|
||||||
|
|
||||||
app.get("/", (req, res) => {
|
app.get("/", (req, res) => {
|
||||||
res.status(200).json("Hello world");
|
res.status(200).json("Hello Mr Jenkins");
|
||||||
});
|
});
|
||||||
|
|
||||||
module.exports = app.listen(process.env.PORT || 4000, () =>
|
module.exports = app.listen(process.env.PORT || 4000, () =>
|
||||||
|
|||||||
Reference in New Issue
Block a user