Skip to content

Commit

Permalink
correct internal apiRoot URL
Browse files Browse the repository at this point in the history
  • Loading branch information
mapl authored and ARolek committed Sep 7, 2021
1 parent 89c6366 commit 98b35e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const axios = require("axios");
let apiRoot = "";
if (process.env.NODE_ENV != "production") {
// for development it's easier to use a remote capabilities endpoint
apiRoot = "https://osm-lambda.tegola.io/v1/";
apiRoot = "https://tegola-osm-demo.go-spatial.org/v1/";
}
export default {
Expand Down

0 comments on commit 98b35e4

Please sign in to comment.