Skip to content

Commit

Permalink
set url to data.smartemission.nl
Browse files Browse the repository at this point in the history
  • Loading branch information
justb4 committed Apr 28, 2016
1 parent 7be6140 commit 87e47cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/web/site/smartapp/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ $(document).ready(function () {
}

// URL of the Smart Emission SOS REST API
//var apiUrl = 'http://api.smartemission.nl/sosemu/api/v1';
var apiUrl = '/sosemu/api/v1';
var apiUrl = 'http://data.smartemission.nl/sosemu/api/v1';
// var apiUrl = '/sosemu/api/v1';

// See http://stackoverflow.com/questions/11916780/changing-getjson-to-jsonp
// Notice the callback=? . This triggers a JSONP call
Expand Down

0 comments on commit 87e47cb

Please sign in to comment.