mirror of
https://github.com/actix/actix-web.git
synced 2025-01-02 13:28:44 +00:00
fix guide example
This commit is contained in:
parent
a4b837a1c1
commit
7becb95a97
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ fn main() {
|
|||
.handler(
|
||||
"/static",
|
||||
fs::StaticFiles::new(".")
|
||||
.show_folder_listing())
|
||||
.show_files_listing())
|
||||
.finish();
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue