Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
biao
2016-05-30 15:54:31 +0800
Commit
6d4a4f91d8e621f7ade7d8b33b2f41ea182d4fcb
1 parent
64e3d6ce
test
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
app.js
app.js
View file @
6d4a4f9
@@ -7,6 +7,7 @@
@@ -7,6 +7,7 @@
7
7
8
const
config
=
require
(
'./config/common'
);
8
const
config
=
require
(
'./config/common'
);
9
9
10
+
10
// use one apm
11
// use one apm
11
if
(
config
.
useOneapm
)
{
12
if
(
config
.
useOneapm
)
{
12
require
(
'oneapm'
);
13
require
(
'oneapm'
);
Please
register
or
login
to post a comment