aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 07bbff4..96f5596 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -29,7 +29,7 @@ async fn main() -> std::io::Result<()> {
.wrap(actix_cors::Cors::default().allow_any_origin())
.wrap(actix_web::middleware::Logger::default())
.service(actix_web::web::resource("/").to(|| async { INDEX }))
- .service(actix_files::Files::new("/records", "./records/_/").show_files_listing())
+ .service(actix_files::Files::new("/records", "./records/").show_files_listing())
})
.bind(format!(
"0.0.0.0:{}",