add next-api.granblue.team to allowed hosts

This commit is contained in:
Justin Edmund 2025-12-14 01:48:15 -08:00
parent 349b542c0e
commit 1caffecdad

View file

@ -3,6 +3,7 @@ require 'active_support/core_ext/integer/time'
Rails.application.configure do
# Settings specified here will take precedence over those in config/application.rb.
config.hosts << 'staging-api.granblue.team'
config.hosts << 'next-api.granblue.team'
# In the development environment your application's code is reloaded any time
# it changes. This slows down response time but is perfect for development