cors fix
This commit is contained in:
parent
3464cf5b66
commit
294a54823d
1 changed files with 2 additions and 1 deletions
|
|
@ -68,7 +68,8 @@ if config_env() == :prod do
|
|||
port: port
|
||||
],
|
||||
secret_key_base: secret_key_base,
|
||||
server: true
|
||||
server: true,
|
||||
check_origin: ["https://#{host}"]
|
||||
|
||||
# config :aprsme, :dns_cluster_query, System.get_env("DNS_CLUSTER_QUERY")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue