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
Plain Diff
Browse Files
Authored by
ccbikai(👎🏻🍜)
2016-12-27 15:06:18 +0800
Commit
15f32b7276ae9fafb8edb09acc682d58336d1346
2 parents
e9446ee6
fd20fe57
Merge branch 'hotfix/redbag'
Show 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 @
15f32b7
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