use yaml directly for displaying open api spec

This commit is contained in:
realaravinth
2021-10-08 15:36:42 +05:30
parent 53720ff740
commit 9afb63c738
9 changed files with 5 additions and 37 deletions

View File

@@ -86,7 +86,6 @@ lazy_static! {
}
pub const OPEN_API_DOC: &str = env!("OPEN_API_DOCS");
pub const COMPILED_DATE: &str = env!("COMPILED_DATE");
pub const GIT_COMMIT_HASH: &str = env!("GIT_HASH");
pub const VERSION: &str = env!("CARGO_PKG_VERSION");