Skip to content

Commit

Permalink
fix(global): 🐛 fix defaultAppRoute
Browse files Browse the repository at this point in the history
fix defaultAppRoute

Ref: #137
  • Loading branch information
PritamIT2023 committed Oct 3, 2024
1 parent d36ea31 commit a95c3c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wrappid.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"dev": {
"environment": "development",
"platform": "web",
"defaultRoute": "defaultRoute",
"defaultRoute": "defaultAppRoute",
"defaultAuthenticatedRoute": "defaultAuthRoute",
"defaultLayout": "WrappidAppLayout",
"defaultAuthenticatedLayout": "AppContainerLayout",
Expand Down Expand Up @@ -37,7 +37,7 @@
"stage": {
"environment": "stage",
"platform": "web",
"defaultRoute": "defaultRoute",
"defaultRoute": "defaultAppRoute",
"defaultAuthenticatedRoute": "defaultAuthRoute",
"defaultLayout": "WrappidAppLayout",
"defaultAuthenticatedLayout": "AppContainerLayout",
Expand Down Expand Up @@ -72,7 +72,7 @@
"prod": {
"environment": "production",
"platform": "web",
"defaultRoute": "defaultRoute",
"defaultRoute": "defaultAppRoute",
"defaultAuthenticatedRoute": "defaultAuthRoute",
"defaultLayout": "WrappidAppLayout",
"defaultAuthenticatedLayout": "AppContainerLayout",
Expand Down

0 comments on commit a95c3c2

Please sign in to comment.