Skip to content

Commit

Permalink
saving changes
Browse files Browse the repository at this point in the history
  • Loading branch information
DevHumbleChris committed Aug 10, 2023
1 parent bdb083a commit 9e289d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions medusa-admin/medusa-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ const ADMIN_CORS = process.env.STORE_CORS || process.env.STORE_CORS_GITPOD;


// CORS to avoid issues when consuming Medusa from a client
const STORE_CORS = process.env.STORE_CORS_GITPOD;
// const STORE_CORS = process.env.STORE_CORS
// const STORE_CORS = process.env.STORE_CORS_GITPOD;
const STORE_CORS = process.env.STORE_CORS


const DATABASE_URL =
Expand Down

0 comments on commit 9e289d6

Please sign in to comment.