hackoregon / transportation-backend

Transportation backend repo - 2016 and 2017
8 stars 7 forks source link

Move CorsMiddleware to load first - following the pattern we've used on other Backend projects #42

Closed MikeTheCanuck closed 7 years ago

MikeTheCanuck commented 7 years ago

Following the pattern we used elsewhere - put CorsMiddleware as high in the load order as possible, which is the documented advice for CorsMiddleware.