Skip to content

Commit

Permalink
change http port
Browse files Browse the repository at this point in the history
  • Loading branch information
k-yle authored Jan 11, 2025
1 parent e640f05 commit 38b75ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/services/esri_data.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { osmNode, osmRelation, osmWay } from '../osm';
import { utilRebind } from '../util';

const DEV = new URLSearchParams(location.hash).get('dev');
const DEV_CDN = 'http://localhost:5000';
const DEV_CDN = 'http://localhost:5001';
const PROD_CDN = 'https://osm-nz.github.io/linz-address-import';
const APIROOT = DEV ? DEV_CDN : PROD_CDN;
window.APIROOT = APIROOT;
Expand Down

0 comments on commit 38b75ad

Please sign in to comment.