Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OSM Place Search Logger
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ifs
OSM Place Search Logger
Commits
aeb90799
Commit
aeb90799
authored
1 year ago
by
Simon Hager
Browse files
Options
Downloads
Patches
Plain Diff
change url
parent
63b66aa8
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#274863
passed with stage
in 2 minutes and 45 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docker-compose.yml
+1
-1
1 addition, 1 deletion
docker-compose.yml
frontend/src/App.vue
+1
-1
1 addition, 1 deletion
frontend/src/App.vue
with
2 additions
and
2 deletions
docker-compose.yml
+
1
−
1
View file @
aeb90799
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
frontend/src/App.vue
+
1
−
1
View file @
aeb90799
...
@@ -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`
,
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment