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-11-24 11:59:02 +0800
Commit
df6138384d3c26425baa48b9f93220ff49d714dd
1 parent
138673d4
'home'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
app.js
app.js
View file @
df61383
...
...
@@ -12,6 +12,10 @@ global.yoho = {
const
middleware
=
require
(
'./middleware'
);
app
.
get
(
'/'
,
(
req
,
res
)
=>
{
res
.
send
(
'首页'
);
});
app
.
get
(
'/yas.gif'
,
middleware
.
apm
);
// docker验证项目是否正常发布
...
...
Please
register
or
login
to post a comment