neelbhat88 / imuadev

2 stars 0 forks source link

Allow CORS #775

Closed neelbhat88 closed 9 years ago

neelbhat88 commented 9 years ago

For development purposes, the mobile app is using our Staging API as the backend instead of needing to run a local rails server. Since requests are coming from a different server to our staging server we need to allow CORS so our server does not reject those requests.

I'm going to get this in ASAP so Adrian can continue with the mobile app development