Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kaplanelad committed Jan 29, 2025
1 parent 1fffd52 commit 9cd8240
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/controller/middlewares.rs
Original file line number Diff line number Diff line change
Expand Up @@ -276,9 +276,9 @@ async fn static_assets() {
must_exist: true,
folder: middleware::static_assets::FolderConfig {
uri: "/static".to_string(),
path: base_static_path.display().to_string(),
path: base_static_path.clone(),
},
fallback: base_static_path.join("404.html").display().to_string(),
fallback: base_static_path.join("404.html"),
precompressed: false,
});

Expand Down

0 comments on commit 9cd8240

Please sign in to comment.