Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
biao
2016-08-02 12:06:54 +0800
Commit
af90aa3a0cebe3114a11f0d9ea787c7ab22f33f3
1 parent
a8a28f8c
update for set cookie
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/channel/controllers/index.js
apps/channel/controllers/index.js
View file @
af90aa3
const
model
=
require
(
'../models'
);
const
Cookies
=
require
(
"cookies"
);
const
Cookies
=
require
(
'cookies'
);
exports
.
index
=
(
req
,
res
)
=>
{
const
channelType
=
req
.
path
.
substring
(
1
)
||
'men'
;
...
...
Please
register
or
login
to post a comment