From 1caffecdadd4525162de43bcd44f2ed76a2fff3b Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Sun, 14 Dec 2025 01:48:15 -0800 Subject: [PATCH] add next-api.granblue.team to allowed hosts --- config/environments/development.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/config/environments/development.rb b/config/environments/development.rb index 3d94ebd..347d635 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -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