Skip to content

Commit 6624746

Browse files
committed
fix CORS configuration
1 parent 461526b commit 6624746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ const environmentConfig: EnvironmentConfigType = {
9393
ValidCorsOrigins: [
9494
/^https:\/\/(?:.*\.)?acmuiuc\.pages\.dev$/,
9595
/^https?:\/\/([a-zA-Z0-9-]+\.)*acm\.illinois\.edu$/,
96-
/ http: \/\/localhost:\d+$/,
96+
/http:\/\/localhost:\d+$/,
9797
],
9898
AadValidClientId: "5e08cf0f-53bb-4e09-9df2-e9bdc3467296",
9999
PasskitIdentifier: "pass.edu.illinois.acm.membership",

0 commit comments

Comments
 (0)