mirror of
https://github.com/thegeneralist01/archivr
synced 2026-07-21 18:55:36 +02:00
fix(server): remove unused post import from routes.rs
This commit is contained in:
parent
5803f2119b
commit
9c4f05b013
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ use axum::{
|
|||
extract::{Path, Query, Request, State},
|
||||
http::StatusCode,
|
||||
response::{IntoResponse, Response},
|
||||
routing::{delete, get, post},
|
||||
routing::{delete, get},
|
||||
};
|
||||
use tower_http::services::{ServeDir, ServeFile};
|
||||
use tower::ServiceExt;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue