Authored by 郭成尧

address-list-localstorage

... ... @@ -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({
... ...