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
ccbikai(👎🏻🍜)
2016-12-27 15:05:59 +0800
Commit
fd20fe57aea7caf3cdbce9a82d15d576b2c7eb7e
1 parent
501b6f1f
add req.query
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
apps/activity/controllers/redbag.js
apps/activity/controllers/redbag.js
View file @
fd20fe5
const
qs
=
require
(
'querystring'
);
exports
.
index
=
(
req
,
res
)
=>
{
res
.
redirect
(
'http://ad.yoho.cn/html5/2016/12/redbag
'
);
res
.
redirect
(
'http://ad.yoho.cn/html5/2016/12/redbag
/?'
+
qs
.
stringify
(
req
.
query
)
);
};
...
...
Please
register
or
login
to post a comment