Skip to content

Commit 31be006

Browse files
committed
Update routes.rs
1 parent f18c1ac commit 31be006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/routes.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ use axum::{
6363
extract::{Path, State},
6464
Json,
6565
http::StatusCode,
66-
response::{IntoResponse},
66+
response::IntoResponse,
6767
};
6868
use serde::{Deserialize, Serialize};
6969
use std::sync::Arc;

0 commit comments

Comments
 (0)