Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-apm
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
陈峰
2017-09-25 14:21:56 +0800
Commit
76e724c62ffabf4b65e6982298f873801140d170
1 parent
79ad4d71
port
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app.js
app.js
View file @
76e724c
...
...
@@ -23,6 +23,6 @@ app.use((err, req, res) => {
res
.
send
();
});
app
.
listen
(
6003
,
()
=>
{
app
.
listen
(
config
.
port
,
()
=>
{
logger
.
info
(
`
yoho
apm
start
at
$
{
config
.
port
}
`
);
});
...
...
Please
register
or
login
to post a comment