Skip to content

Commit

Permalink
Update staticwebapp.config.json undo exclusion of /api from default r…
Browse files Browse the repository at this point in the history
…oute

Update staticwebapp.config.json undo exclusion of /api from default route
  • Loading branch information
PeterWarren authored May 25, 2023
1 parent 5ecbcf2 commit 4e28853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion staticwebapp.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"navigationFallback": {
"rewrite": "index.html",
"exclude": ["/images/*.{png,jpg,gif}", "/css/*","/api/*"]
"exclude": ["/images/*.{png,jpg,gif}", "/css/*"]
},
"mimeTypes": {
".json": "text/json"
Expand Down

0 comments on commit 4e28853

Please sign in to comment.