Skip to content

Commit

Permalink
fix: change to prod-query
Browse files Browse the repository at this point in the history
  • Loading branch information
QuanGiap committed Dec 30, 2023
1 parent 67cd17a commit f478ad1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Map.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ export default class Map {
tileServerUrl: 'https://{s}.treetracker.org/tiles/',
tileServerSubdomains: ['prod-k8s'],
apiServerUrl: 'https://prod-k8s.treetracker.org/webmap/',
// queryApiServerUrl: 'https://prod-k8s.treetracker.org/query',
queryApiServerUrl: 'http://localhost:3006',
queryApiServerUrl: 'https://prod-k8s.treetracker.org/query',
debug: false,
moreEffect: true,
filters: null,
Expand Down

0 comments on commit f478ad1

Please sign in to comment.