Skip to content

Commit

Permalink
Add directory listing to /static/ route
Browse files Browse the repository at this point in the history
  • Loading branch information
alombarte committed Jun 11, 2024
1 parent 0527ab1 commit 3230b32
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/krakend/krakend.json
Original file line number Diff line number Diff line change
Expand Up @@ -726,8 +726,9 @@
}
},
"server/static-filesystem": {
"prefix": "/static",
"path": "/wwwroot"
"prefix": "/static/",
"path": "/wwwroot",
"directory_listing": true
},
"router": {
"return_error_msg": true,
Expand Down

0 comments on commit 3230b32

Please sign in to comment.