mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
feat(router): dynamically toggle KV for merchant and refactoring around it (#79)
This commit is contained in:
@ -121,7 +121,6 @@ pub fn mk_app(
|
||||
/// Unwrap used because without the value we can't start the server
|
||||
pub async fn start_server(conf: Settings) -> BachResult<(Server, AppState)> {
|
||||
logger::debug!(startup_config=?conf);
|
||||
|
||||
let server = conf.server.clone();
|
||||
let state = routes::AppState::new(conf).await;
|
||||
// Cloning to close connections before shutdown
|
||||
|
||||
Reference in New Issue
Block a user