Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bluejoyq
/
searchGuide
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
bluejoyq
2019-12-03 19:02:25 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d2ee1668827303c07d9562626326826fd7f824c7
d2ee1668
1 parent
077e53f3
change port
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app.js
app.js
View file @
d2ee166
...
...
@@ -15,6 +15,6 @@ app.use((req, res, next)=>{
});
app
.
use
(
'/api'
,
require
(
'./api'
)
);
app
.
listen
(
80
,
(
)
=>
{
app
.
listen
(
80
24
,
(
)
=>
{
console
.
log
(
'Server On!'
);
});
\ No newline at end of file
...
...
Please
register
or
login
to post a comment