Skip to content

Commit

Permalink
carsharing: add noi/ to urls
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Apr 12, 2024
1 parent d8dccd2 commit 763b05c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infrastructure/docker-compose.run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ services:
image: ${DOCKER_IMAGE_CARSHARING}:${DOCKER_TAG}
restart: unless-stopped
volumes:
- carsharing-gbfs:/app/out/noi
- carsharing-gbfs:/app/out

carsharing-nginx:
image: nginx:1.25.4-alpine
Expand Down
2 changes: 1 addition & 1 deletion router-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
{
"type" : "vehicle-rental",
"sourceType" : "gbfs",
"url" : "https://carsharing.otp.opendatahub.testingmachine.eu/gbfs.json"
"url" : "https://carsharing.otp.opendatahub.testingmachine.eu/noi/gbfs.json"
},
{
"type": "stop-time-updater",
Expand Down

0 comments on commit 763b05c

Please sign in to comment.