瀏覽代碼

lowercase u for url field

Keith Morrow 8 年之前
父節點
當前提交
83b94adc63
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      server/server.js

+ 1 - 1
server/server.js

@@ -121,7 +121,7 @@ function ident_exists(ident) {
 }
 
 function cf_do_invalidate(ident, mode, cfconfig) {
-    var inv_url = mode + '://' + cfconfig.Url + '/i/' + ident;
+    var inv_url = mode + '://' + cfconfig.url + '/i/' + ident;
 
     request.post({
         url: 'https://www.cloudflare.com/api_json.html',