cyu / rack-cors

Rack Middleware for handling Cross-Origin Resource Sharing (CORS), which makes cross-origin AJAX possible.
MIT License
3.26k stars 263 forks source link

Add configuration note to README.md #184

Closed akaryu0206 closed 1 year ago

akaryu0206 commented 5 years ago

I found a missing configuration note for when create Rails application with --api option.

Is not necessary?

cyu commented 1 year ago

Merged, thanks!