refactor: move AppContext to presentation crate, structurally enforce boundary
All checks were successful
CI / Check / Test (push) Successful in 39m33s
All checks were successful
CI / Check / Test (push) Successful in 39m33s
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
use super::*;
|
||||
use application::{
|
||||
config::AppConfig,
|
||||
context::{AppContext, Repositories, Services},
|
||||
};
|
||||
use crate::context::{AppContext, Repositories, Services};
|
||||
use application::config::AppConfig;
|
||||
use axum::{
|
||||
Router,
|
||||
body::Body,
|
||||
|
||||
Reference in New Issue
Block a user