mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-28 01:32:57 +01:00
fix guide example
This commit is contained in:
parent
a4b837a1c1
commit
7becb95a97
@ -37,7 +37,7 @@ fn main() {
|
||||
.handler(
|
||||
"/static",
|
||||
fs::StaticFiles::new(".")
|
||||
.show_folder_listing())
|
||||
.show_files_listing())
|
||||
.finish();
|
||||
}
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user