Skip to content
Snippets Groups Projects

Correct weather API URL

Compare and
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -28,8 +28,8 @@
// TODO Refactor these to be set by the user of this library
const ipmdDSSApiURL = "https://platform.ipmdecisions.net/api/dss/";
//const ipmdWeatherApiURL = "https://platform.ipmdecisions.net/api/wx/";
const ipmdWeatherApiURL = "http://ipmdlocal/api/wx/";
const ipmdWeatherApiURL = "https://platform.ipmdecisions.net/api/wx/";
//const ipmdWeatherApiURL = "http://ipmdlocal/api/wx/";
/**
Loading