Skip to content

Commit

Permalink
Update CORS config for the current (and final) decision on domain names
Browse files Browse the repository at this point in the history
  • Loading branch information
foliosus committed Jul 8, 2024
1 parent ed2bc1b commit a2a6be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ class Application < Rails::Application
# config.time_zone = "Central Time (US & Canada)"
# config.eager_load_paths << Rails.root.join("extras")

config.action_cable.allowed_request_origins = ['https://www.mixologi.st']
config.action_cable.allowed_request_origins = ['https://drinks.mixologi.st']
end
end

0 comments on commit a2a6be9

Please sign in to comment.