add next-api.granblue.team to allowed hosts
This commit is contained in:
parent
349b542c0e
commit
1caffecdad
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue