Add cors files and tests
... | ... | @@ -41,3 +41,5 @@ end |
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem | ||
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby] | ||
gem "rack-cors", "~> 1.1" |
config/initializers/cors.rb
0 → 100644
spec/api_spec.rb
0 → 100644
Please register or sign in to comment