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
htoooth
2017-07-27 15:24:11 +0800
Commit
45d79604b2835c35234ae5b6b901d72687bd1291
1 parent
57c94825
fix
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
Procfile
apps/product/controllers/detail.js
Procfile
View file @
45d7960
proxy: d:\dev\traefik\traefik.exe -c d:\dev\traefik\conf.toml
mem: d:\dev\memcached\memcached.exe
proxy: d:\soft\traefik\traefik.exe -c d:\soft\traefik\conf.toml
mem: d:\soft\memcached\memcached.exe
...
...
apps/product/controllers/detail.js
View file @
45d7960
...
...
@@ -108,9 +108,7 @@ const detailReturn = (req, res, next) => {
return
service
.
saleReturn
(
skn
).
then
(
result
=>
{
return
res
.
json
({
code
:
200
,
data
:
{
result
:
result
}
data
:
result
});
}).
catch
(
next
);
};
...
...
Please
register
or
login
to post a comment