refactor(router): remove pii-encryption-script feature and use of timestamps for decryption (#1350)

This commit is contained in:
Sanchith Hegde
2023-06-05 18:18:00 +05:30
committed by GitHub
parent 5d8895c064
commit 9f2832f600
24 changed files with 52 additions and 585 deletions

View File

@ -19,7 +19,6 @@ pub mod scheduler;
pub mod middleware;
#[cfg(feature = "openapi")]
pub mod openapi;
pub mod scripts;
pub mod services;
pub mod types;
pub mod utils;