Skip to content
Snippets Groups Projects
Commit aeb90799 authored by Simon Hager's avatar Simon Hager
Browse files

change url

parent 63b66aa8
No related branches found
No related tags found
No related merge requests found
Pipeline #274863 passed with stage
in 2 minutes and 45 seconds
...@@ -22,7 +22,7 @@ services: ...@@ -22,7 +22,7 @@ services:
} }
deploy: deploy:
labels: labels:
caddy: osm_place_search_logger.infs.ch caddy: osm-place-search-logger.infs.ch
caddy.reverse_proxy: "{{upstreams 8080}}" caddy.reverse_proxy: "{{upstreams 8080}}"
restart_policy: restart_policy:
condition: "on-failure" condition: "on-failure"
......
...@@ -80,7 +80,7 @@ function onSearchClick() { ...@@ -80,7 +80,7 @@ function onSearchClick() {
getResults() getResults()
} }
const backendBaseUrl = 'https://osm_place_search_logger.infs.ch/api' const backendBaseUrl = 'https://osm-place-search-logger.infs.ch/api'
function submitSolution(result: Feature) { function submitSolution(result: Feature) {
fetch(`${backendBaseUrl}/submit`, { fetch(`${backendBaseUrl}/submit`, {
......
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