Skip to content

Commit 3a89bc9

Browse files
authored
Update app.js
New domain!
1 parent e13329c commit 3a89bc9

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/js/app.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -546,9 +546,7 @@ var fishfrys = L.geoJson(null, {
546546
/**
547547
* Request the GeoJSON, add it to the layer and add the layer to the map
548548
*/
549-
//var geojsonSrc = "https://fishfry.codeforpgh.com/api/fishfries/";
550-
// temp location 2026 M Howe
551-
var geojsonSrc = "https://pghfishfry-christianbgass.pythonanywhere.com/";
549+
var geojsonSrc = "https://data.pghfishfry.org/api/fishfries/";
552550
// var geojsonSrc = "https://raw.githubusercontent.com/CodeForPittsburgh/fishfrymap/master/data/fishfrymap2018.geojson"; //?" + now.unix();
553551
$.getJSON(geojsonSrc, function (data) {
554552
console.log("Fish Frys successfully loaded");

0 commit comments

Comments
 (0)