Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xCss committed Jan 10, 2018
1 parent 843a2fa commit 20ea541
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion routes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var qiniuUtils = require('../utils/qiniuUtils');
var config = require('../configs/config');
var router = express.Router();
const moment = require('moment');
const CDN = 'https://s1.ioliu.cn';
const CDN = 'https://bs2.bitmoe.cn';
const CDN1 = 'http://h1.ioliu.cn/';
const ROOT = 'https://bing.ioliu.cn/';
/* GET home page. */
Expand Down
2 changes: 1 addition & 1 deletion routes/photo.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var qiniuUtils = require('../utils/qiniuUtils');
var request = require('superagent');
var db = require('../utils/dbUtils');
var config = require('../configs/config');
const CDN = 'https://s1.ioliu.cn';
const CDN = 'https://bs2.bitmoe.cn';
const CDN1 = 'http://h1.ioliu.cn/';

/* GET photo listing. */
Expand Down
2 changes: 1 addition & 1 deletion routes/ranking.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var dbUtils = require('../utils/dbUtils');
var config = require('../configs/config');
var qiniuUtils = require('../utils/qiniuUtils');

const CDN = 'https://s1.ioliu.cn';
const CDN = 'https://bs2.bitmoe.cn';
const CDN1 = 'http://h1.ioliu.cn/';
const ROOT = 'https://bing.ioliu.cn/';
/* GET ranking listing. */
Expand Down

0 comments on commit 20ea541

Please sign in to comment.