Skip to content

Commit

Permalink
refactor: Remove get_since.rs and clean up dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
raghuvar-vijay committed Jan 15, 2024
1 parent 1f163ce commit 4c2c5a4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 155 deletions.
153 changes: 0 additions & 153 deletions auditor/src/routes/get_since.rs

This file was deleted.

2 changes: 0 additions & 2 deletions auditor/src/routes/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,13 @@
mod add;
mod advanced_record_filters;
mod get;
mod get_since;
mod health_check;
mod record_handlers;
mod update;

pub use add::*;
pub use advanced_record_filters::*;
pub use get::*;
pub use get_since::*;
pub use health_check::*;
pub use record_handlers::*;
pub use update::*;

0 comments on commit 4c2c5a4

Please sign in to comment.