Skip to content

Commit

Permalink
fix: removed duplicated import
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksandr.Zoria committed Aug 24, 2024
1 parent d929092 commit bbe7603
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/api/rest_api_routes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ use tower_http::cors::CorsLayer;
use crate::api::handlers::{

page::delete_page_handler::delete_page_handler,
page::page_table_api_handler::page_table_api_handler,
admin_user::admin_user_forgot_password_api_handler::admin_user_forgot_password_api_handler,
admin_user::admin_user_login_api_handler::admin_user_login_api_handler,
admin_user::admin_user_reset_password_api_handler::admin_user_reset_password_api_handler,
Expand Down

0 comments on commit bbe7603

Please sign in to comment.