Skip to content

Commit

Permalink
Revert "[travelmux] remove deprecated v3 api"
Browse files Browse the repository at this point in the history
This reverts commit 1709e24.

There might be some mobile clients still using this. Let's let it hang
out.
  • Loading branch information
michaelkirk committed May 9, 2024
1 parent 1709e24 commit a00c483
Show file tree
Hide file tree
Showing 4 changed files with 738 additions and 0 deletions.
1 change: 1 addition & 0 deletions services/travelmux/src/api/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ mod app_state;
pub use app_state::AppState;

pub mod health;
pub mod v3;
pub mod v4;
pub mod v5;
1 change: 1 addition & 0 deletions services/travelmux/src/api/v3/mod.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pub mod plan;
Loading

0 comments on commit a00c483

Please sign in to comment.