stockpile-co / api

The API for Stockpile, an app that manages stuff for organizations.
0 stars 1 forks source link

Fix CORS #331

Closed AdamVig closed 7 years ago

AdamVig commented 7 years ago

On CORS preflight requests, the following error is logged:

controllers/options.js:12
    return next()
           ^

TypeError: next is not a function