Skip to content

Commit

Permalink
remove argon endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubmanczak committed Jul 24, 2024
1 parent 2289bd2 commit 97f2bfe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 49 deletions.
47 changes: 0 additions & 47 deletions src/routes/argon.rs

This file was deleted.

2 changes: 0 additions & 2 deletions src/routes/mod.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
use axum::Router;

mod argon;
mod health;
mod root;
mod splash;
Expand All @@ -9,7 +8,6 @@ mod version;

pub fn routes() -> Router {
Router::new()
// .merge(argon::route())
.merge(health::route())
.merge(root::route())
.merge(splash::route())
Expand Down

0 comments on commit 97f2bfe

Please sign in to comment.