We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e655cc commit 07dfee4Copy full SHA for 07dfee4
src/config.ts
@@ -35,7 +35,10 @@ const environmentConfig: EnvironmentConfigType = {
35
"0": [AppRoles.MANAGER], // Dummy Group for development only
36
},
37
AzureRoleMapping: { AutonomousWriters: [AppRoles.MANAGER] },
38
- ValidCorsOrigins: ["http://localhost:3000", /^(?:.*\.)?acmuiuc\.pages\.dev$/],
+ ValidCorsOrigins: [
39
+ "http://localhost:3000",
40
+ /^(?:.*\.)?acmuiuc\.pages\.dev$/,
41
+ ],
42
AadValidClientId: "39c28870-94e4-47ee-b4fb-affe0bf96c9f",
43
44
prod: {
0 commit comments