feat: add mock implementations for configuration settings and update AppState to include config
This commit is contained in:
@@ -147,6 +147,7 @@ fn get_app_state(
|
||||
) -> AppState {
|
||||
AppState {
|
||||
database_connection: db_connection.clone(),
|
||||
config: Arc::new(settings.clone()),
|
||||
service: Arc::new(AppService {
|
||||
server_state: Arc::new(ServerStateService::new(db_connection.clone())),
|
||||
settings: Arc::new(SettingsService::new(db_connection.clone())),
|
||||
|
||||
Reference in New Issue
Block a user