Skip to content

Commit

Permalink
allow cross origin requests from app.pears.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
marcdel committed Jan 2, 2024
1 parent 5da4e1e commit c5dc41d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/runtime.exs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ if config_env() == :prod do
port: port
],
check_origin: [
"https://beta.pears.dev",
"https://app.pears.dev",
"https://pears-app.fly.dev"
],
secret_key_base: secret_key_base
Expand Down

0 comments on commit c5dc41d

Please sign in to comment.