From 4b159639a97a05e8bef766916560f2b697faf16d Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Mon, 20 Feb 2023 20:03:38 -0600 Subject: AƱade rack-cors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index ecaa713..551fdc7 100644 --- a/Gemfile +++ b/Gemfile @@ -36,7 +36,7 @@ gem 'bootsnap', require: false # gem "image_processing", "~> 1.2" # Use Rack CORS for handling Cross-Origin Resource Sharing (CORS), making cross-origin AJAX possible -# gem "rack-cors" +gem 'rack-cors' # JSON serializer. gem 'jsonapi-serializer' -- cgit v1.2.3