Skip to content

Commit

Permalink
feat: Fixing apex domain redirect for RTT (#4998)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaheislamdfe authored Jan 29, 2025
1 parent c5e348e commit 939bfc0
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"front_door_name": "s189p01-rtt-svc-domains-fd",
"resource_group_name": "s189p01-rttdomains-rg",
"domains": [
"www"
"www",
"apex"
],
"cached_paths": [
"/packs/*"
Expand All @@ -26,7 +27,8 @@
"front_door_name": "s189p01-rtt-edu-domains-fd",
"resource_group_name": "s189p01-rttdomains-rg",
"domains": [
"www"
"www",
"apex"
],
"cached_paths": [
"/packs/*"
Expand Down

0 comments on commit 939bfc0

Please sign in to comment.