diff options
author | HombreLaser <sebastian-440@live.com> | 2023-02-20 20:03:38 -0600 |
---|---|---|
committer | HombreLaser <sebastian-440@live.com> | 2023-02-20 20:03:38 -0600 |
commit | 4b159639a97a05e8bef766916560f2b697faf16d (patch) | |
tree | 836dba60abad1c5cd4a8b54111eae083137c5867 /Gemfile | |
parent | a7a0544156a6299f1933c234f172b6b768b06cad (diff) |
Añade rack-cors
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |