Skip to content
GitLab
Explore
Sign in
Register
Eko Budi P
sample-js
Compare revisions
8c0d3ba1fd0dabeff9c37f12a43c9397d54fefb6 to 92957a4c0c8dde5a2a7028b39e485b28ccfd500b
Commits on Source (2)
Feature1
· 46b06a7c
Eko Budi P
authored
Dec 21, 2023
46b06a7c
Merge branch 'feature1' into 'develop'
· 92957a4c
Eko Budi P
authored
Dec 21, 2023
Feature1 See merge request
!1
92957a4c
Hide whitespace changes
Inline
Side-by-side
app.js
View file @
92957a4c
const
express
=
require
(
'
express
'
)
const
app
=
express
()
const
port
=
4055
const
port
=
5050
app
.
get
(
'
/
'
,
(
req
,
res
)
=>
{
res
.
send
(
'
Halo tim. semangat terus
'
)
...
...