Skip to content
Snippets Groups Projects
Commit 4f9049d5 authored by Ciro Brodmann's avatar Ciro Brodmann
Browse files

forgot to change backendBaseUrl *facepalm*

parent 3fcc3f19
No related branches found
No related tags found
No related merge requests found
Pipeline #282257 passed with stage
in 3 minutes and 2 seconds
...@@ -108,8 +108,8 @@ const viewbox = computed(() => { ...@@ -108,8 +108,8 @@ const viewbox = computed(() => {
return `${boundingBox.value.lonNE},${boundingBox.value.latNE},${boundingBox.value.lonSW},${boundingBox.value.latSW}` return `${boundingBox.value.lonNE},${boundingBox.value.latNE},${boundingBox.value.lonSW},${boundingBox.value.latSW}`
}) })
// const backendBaseUrl = 'https://osm-place-search-logger.infs.ch/api' const backendBaseUrl = 'https://osm-place-search-logger.infs.ch/api'
const backendBaseUrl = 'http://localhost:8080/api' // const backendBaseUrl = 'http://localhost:8080/api'
function submitSolution(result: Feature) { function submitSolution(result: Feature) {
let body = { let body = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment