Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dotos committed Jan 7, 2018
1 parent acac156 commit 6985dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/v1.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var dbUtils = require('../utils/dbUtils');
var qiniuUtils = require('../utils/qiniuUtils');
var config = require('../configs/config');
var cookie = { 'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.71 Safari/537.36' };
var CDN = 'https://static1.ioliu.cn/bing/';
var CDN = 'http://static1.ioliu.cn/bing/';
var router = express.Router();

/**
Expand Down

0 comments on commit 6985dfa

Please sign in to comment.