-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
revert api/v5 and put new changes in api/v6
- Loading branch information
1 parent
dc6b048
commit 7afbc0d
Showing
13 changed files
with
1,426 additions
and
143 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,4 @@ pub use app_state::AppState; | |
pub mod health; | ||
pub mod v4; | ||
pub mod v5; | ||
pub mod v6; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,4 @@ | ||
pub mod directions; | ||
mod error; | ||
mod haversine_segmenter; | ||
mod osrm_api; | ||
pub mod plan; | ||
mod travel_modes; | ||
|
||
pub use travel_modes::TravelModes; | ||
|
||
pub use plan::{Itinerary, Plan}; |
Oops, something went wrong.