refactor: rename kms feature flag to aws_kms (#3249)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Chethan Rao
2024-02-02 15:48:29 +05:30
committed by GitHub
parent d283053e5e
commit 91519d8462
40 changed files with 507 additions and 486 deletions

View File

@ -142,7 +142,7 @@ pub fn mk_app(
.service(routes::ConnectorOnboarding::server(state.clone()))
}
#[cfg(all(feature = "olap", feature = "kms"))]
#[cfg(all(feature = "olap", feature = "aws_kms"))]
{
server_app = server_app.service(routes::Verify::server(state.clone()));
}