Toggle navigation
Toggle navigation
This project
Loading...
Sign in
teamPARK
/
holiday-counter-recommend-activity
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
박지환
2022-05-21 01:32:56 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
edb5b9140482561f72f73182e2bafdeceaa8a75c
edb5b914
1 parent
f24a9999
Change port number
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
server.js
server.js
View file @
edb5b91
...
...
@@ -186,5 +186,5 @@ app.get("/", function (req, res) {
init
();
const
port
=
8
888
;
const
port
=
8
080
;
app
.
listen
(
port
,
()
=>
console
.
log
(
"Listening on port "
+
port
));
...
...
Please
register
or
login
to post a comment