Skip to content

Commit

Permalink
Fix path to cargo bike custom model file
Browse files Browse the repository at this point in the history
  • Loading branch information
adeveloper-wq committed Jun 28, 2024
1 parent 79869b4 commit 5a874de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config-bike.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,11 +245,11 @@ graphhopper:
}

- name: cargo_default
custom_model_files: [cargo.json]
custom_model_files: [cargo_bike.json]
- name: cargo_shortest
custom_model_files: [cargo.json]
custom_model_files: [cargo_bike.json]
- name: cargo_fastest
custom_model_files: [cargo.json]
custom_model_files: [cargo_bike.json]

- name: cargo2_default
custom_model: {
Expand Down

0 comments on commit 5a874de

Please sign in to comment.