We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
check_origin
1 parent 4ebfba4 commit ca9a0b7Copy full SHA for ca9a0b7
2 files changed
fly-dev.toml
@@ -15,7 +15,7 @@ kill_signal = "SIGTERM"
15
DATABASE_PATH = "/app/swapi.db"
16
PHX_HOST = "swapi-dev.profiq.com"
17
PORT = "8080"
18
- CHECK_ORIGIN = '["swapi-dev.profiq.com", "swapi-elixir-dev.fly.dev"]'
+ CHECK_ORIGIN = '["//swapi-dev.profiq.com", "//swapi-elixir-dev.fly.dev"]'
19
20
[http_service]
21
internal_port = 8080
fly.toml
PHX_HOST = "swapi.profiq.com"
- CHECK_ORIGIN = '["swapi.profiq.com", "swapi-elixir.fly.dev"]'
+ CHECK_ORIGIN = '["//swapi.profiq.com", "//swapi-elixir.fly.dev"]'
0 commit comments