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
郭成尧
8 years ago
Commit
0f936283c53e44d7a019006a2974dc991312ea7c
1 parent
4eb96ab4
redis-path-change
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/3party/controllers/sitemap.js
apps/3party/controllers/sitemap.js
View file @
0f93628
...
...
@@ -7,7 +7,7 @@ const sm = require('sitemap');
const
staticUrls
=
require
(
'../../../config/staticUrls'
);
const
api
=
global
.
yoho
.
API
;
const
Service
=
global
.
yoho
.
ServiceAPI
;
const
redis
=
require
(
'../../../
doraemon/middleware
/redis'
);
const
redis
=
require
(
'../../../
utils
/redis'
);
const
getStaticUrls
=
(
currentStatics
)
=>
{
let
urls
=
[];
...
...
Please
register
or
login
to post a comment