Skip to content

Commit 652cfcf

Browse files
committed
fix qa cors
1 parent e042241 commit 652cfcf

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,6 @@
6868
"zod": "^3.23.8",
6969
"zod-to-json-schema": "^3.23.2",
7070
"zod-validation-error": "^3.3.1"
71-
}
71+
},
72+
"packageManager": "[email protected]+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
7273
}

src/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ const environmentConfig: EnvironmentConfigType = {
4949
"http://localhost:5173",
5050
"https://merch-pwa.pages.dev",
5151
/^https:\/\/(?:.*\.)?acmuiuc\.pages\.dev$/,
52+
/^https:\/\/(?:.*\.)?qa.acmuiuc\.org$/,
5253
],
5354
AadValidClientId: "39c28870-94e4-47ee-b4fb-affe0bf96c9f",
5455
},

0 commit comments

Comments
 (0)