Skip to content

Commit

Permalink
Add staging branch
Browse files Browse the repository at this point in the history
  • Loading branch information
cultpodcasts committed May 3, 2024
1 parent 3db0fed commit 0252af0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ const allowedOrigins: Array<string> = [
"https://cultpodcasts.com",
"http://localhost:4200",
"https://local.cultpodcasts.com:4200",
"https://localhost:4200"
"https://localhost:4200",
"https://feature-api-authorisation.website-83e.pages.dev"
];

function getOrigin(origin: string | null | undefined) {
Expand Down

0 comments on commit 0252af0

Please sign in to comment.