Configure CORS headers for submission endpoint

This commit is contained in:
2020-04-06 00:01:11 +02:00
parent d10ba13735
commit d344256013
3 changed files with 10 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ gem 'jbuilder'
gem 'bootsnap', '>= 1.4.2', require: false
gem 'google-api-client'
gem 'rack-cors'
group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console