This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
steven
/
jenkins-test
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
jenkins update
master
Steven Kuterna
3 years ago
parent
fa63d7bb60
commit
323d2fcecf
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
index.js
+ 1
- 1
index.js
View File
@ -3,7 +3,7 @@ const express = require("express");
const
app
=
express
(
)
;
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
,
(
)
=>
Write
Preview
Loading…
Cancel
Save