Skip to content

Commit

Permalink
Fix CORS formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew-Grayson committed Feb 29, 2024
1 parent 410cb3d commit ad769dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/scripts/constants.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
//CORS Options
export const ALLOW_ORIGIN = ['*'];
export const ALLOW_ORIGIN = '*';
export const ALLOW_METHODS = ['GET', 'POST', 'PUT', 'DELETE', 'OPTIONS'];

0 comments on commit ad769dc

Please sign in to comment.