Skip to content

Commit

Permalink
Minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
mchf committed Apr 11, 2024
1 parent b819396 commit 2dd18a6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rust/agama-server/src/web/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ use axum::{
body::Body,
extract::Request,
middleware,
response::IntoResponse,
response::Response,
response::{IntoResponse, Response},
routing::{get, post},
Router,
};
Expand Down

0 comments on commit 2dd18a6

Please sign in to comment.