cadomani / course-management-system

Group project for Software Modeling and Design (COMP3700)
https://cms.kltpzyxm.live
3 stars 1 forks source link

CORS origin restriction temporarily lifted on Heroku #40

Open cadomani opened 2 years ago

cadomani commented 2 years ago

For development purposes, CORS Allow Origin was set to * as a Heroku Environment variable, before production, it should be restored to http://localhost:5080 only.