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
4f9049d5
Commit
4f9049d5
authored
1 year ago
by
Ciro Brodmann
Browse files
Options
Downloads
Patches
Plain Diff
forgot to change backendBaseUrl *facepalm*
parent
3fcc3f19
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#282257
passed with stage
in 3 minutes and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
frontend/src/App.vue
+2
-2
2 additions, 2 deletions
frontend/src/App.vue
with
2 additions
and
2 deletions
frontend/src/App.vue
+
2
−
2
View file @
4f9049d5
...
@@ -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
=
{
...
...
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