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 ac3a8ce commit fdd42d1Copy full SHA for fdd42d1
src/config.ts
@@ -35,10 +35,7 @@ const environmentConfig: EnvironmentConfigType = {
35
"0": [AppRoles.MANAGER], // Dummy Group for development only
36
},
37
AzureRoleMapping: { AutonomousWriters: [AppRoles.MANAGER] },
38
- ValidCorsOrigins: [
39
- "http://localhost:3000",
40
- /\.acmuiuc\.\.pages\.dev$/,
41
- ],
+ ValidCorsOrigins: ["http://localhost:3000", /\.acmuiuc\.\.pages\.dev$/],
42
AadValidClientId: "39c28870-94e4-47ee-b4fb-affe0bf96c9f",
43
44
prod: {
0 commit comments