Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
xianyu-ufo-app-web
·
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
shuaiguo
2019-11-20 15:03:31 +0800
Commit
4d8ef5571d2814ee57c9751bda3477a82a9363a8
1 parent
3e50a6e5
fix(report-yas): 移除请求后日志
feat: npm version
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
doraemon/middleware/report-yas.js
package.json
doraemon/middleware/report-yas.js
View file @
4d8ef55
...
...
@@ -72,7 +72,7 @@ module.exports = (req, res, next) => {
headers
:
{
'content-type'
:
'application/x-www-form-urlencoded'
}
})
.
then
(
r
=>
console
.
log
(
r
))
;
});
}
catch
(
e
)
{
logger
.
error
(
e
);
}
...
...
package.json
View file @
4d8ef55
{
"name"
:
"xianyu-ufo-app-web"
,
"version"
:
"
0.0.6
"
,
"version"
:
"
1.0.0
"
,
"private"
:
true
,
"description"
:
"Xianyu Project With Express"
,
"repository"
:
{
...
...
Please
register
or
login
to post a comment