Skip to content

Commit

Permalink
Added route to config
Browse files Browse the repository at this point in the history
  • Loading branch information
andreu-vall committed Dec 15, 2023
1 parent b33eadb commit 4536ea1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions staticwebapp.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
"route": "/RecipeDetail/:id",
"allowedRoles": ["authenticated"]
},
{
"route": "/notifications",
"allowedRoles": ["authenticated"]
},
{
"route": "/*",
"serve": "/index.html",
Expand Down

0 comments on commit 4536ea1

Please sign in to comment.