Skip to content

Commit

Permalink
Update staticwebapp.config.json allow AAF to post back to the app
Browse files Browse the repository at this point in the history
Update staticwebapp.config.json allow AAF to post back to the app
  • Loading branch information
PeterWarren authored May 25, 2023
1 parent 4e28853 commit 188b395
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions staticwebapp.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"routes": [
{
"route": "/login/*",
"methods": ["GET","HEAD","POST","OPTIONS"],
"rewrite": "index.html"
}
],
Expand Down

0 comments on commit 188b395

Please sign in to comment.