Selaa lähdekoodia

lowercase u for url field

Keith Morrow 8 vuotta sitten
vanhempi
commit
83b94adc63
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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',