mirror of
https://github.com/actix/actix-website
synced 2025-06-29 08:14:58 +02:00
add missing unwrap
This commit is contained in:
@ -123,7 +123,7 @@ fn main() {
|
||||
App::new()
|
||||
.handler(
|
||||
"/static",
|
||||
StaticFiles::with_config(".", MyConfig)
|
||||
StaticFiles::with_config(".", MyConfig).unwrap()
|
||||
.show_files_listing()
|
||||
).finish();
|
||||
}
|
||||
|
Reference in New Issue
Block a user