Explorar o código

lowercase u for url field

Keith Morrow %!s(int64=8) %!d(string=hai) anos
pai
achega
83b94adc63
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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',