rearranged static files

This commit is contained in:
realaravinth
2021-05-29 12:22:31 +05:30
parent 417e008c27
commit c873d152c3
83 changed files with 49 additions and 44 deletions

View File

@@ -51,7 +51,7 @@ pub fn services(cfg: &mut web::ServiceConfig) {
}
#[derive(RustEmbed)]
#[folder = "docs/"]
#[folder = "static/openapi/"]
struct Asset;
pub fn handle_embedded_file(path: &str) -> HttpResponse {