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
郭成尧
2016-10-13 17:49:36 +0800
Commit
aa01f2ad116d4fc517f8d22682cc272f699cc246
1 parent
fb51dfd9
address-list-localstorage
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/home/controllers/address.js
apps/home/controllers/address.js
View file @
aa01f2a
...
...
@@ -185,7 +185,7 @@ exports.addressModify = (req, res, next) => {
*/
exports
.
locationList
=
(
req
,
res
,
next
)
=>
{
res
.
set
({
'Cache-Control'
:
'max-age=600'
'Cache-Control'
:
'max-age=600'
});
addressModel
.
locationList
({
...
...
Please
register
or
login
to post a comment