diff --git a/www/settings.js b/www/settings.js index ca8bb2a..cc2cfbe 100644 --- a/www/settings.js +++ b/www/settings.js @@ -361,7 +361,7 @@ var SETTINGS = { geocodeapi: "https://apis.netsyms.net/packagehelper/geocode.php", geocodebarcodeapi: "https://apis.netsyms.net/packagehelper/geocode_barcode.php", trackingapi: "https://apis.netsyms.net/packagehelper/track.php", - weatherapi: "http://localhost/packagehelperapi/weather.php", + weatherapi: "https://apis.netsyms.net/packagehelper/weather.php", geoipapi: "https://apis.netsyms.net/packagehelper/geoip.php", sharelistapi: "https://apis.netsyms.net/packagehelper/sharepackagelist.php", loginurl: "https://apis.netsyms.net/packagehelper/login/",