Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yyq
2017-05-17 10:20:12 +0800
Commit
26b463f135050aa9bec878c08e3e9a090b8be539
1 parent
7f876e94
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/product/controllers/favorite.js
apps/product/controllers/favorite.js
View file @
26b463f
...
...
@@ -157,7 +157,7 @@ const num = (req, res, next) => {
res
.
json
(
result
);
}).
catch
(
next
);
}
res
.
json
({});
};
...
...
Please
register
or
login
to post a comment