Skip to content

Commit

Permalink
refactor main
Browse files Browse the repository at this point in the history
  • Loading branch information
aleeusgr committed Jan 9, 2024
1 parent bd95504 commit 7aaf3c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ use utoipa::OpenApi;
use utoipa_swagger_ui::SwaggerUi;
use efected_coto_emmory::{
docs::ApiDoc,
get_image,
metrics::{process, prom::setup_metrics_recorder},
middleware::{self, request_ulid::MakeRequestUlid, runtime},
router,
Expand All @@ -42,7 +43,6 @@ use efected_coto_emmory::{
},
};

use efected_coto_emmory::get_image;
use handlers::my;
pub mod handlers;

Expand Down

0 comments on commit 7aaf3c9

Please sign in to comment.