Closed michaelerobertsjr closed 6 years ago
Not able to get middleware to be loaded. It is a basic scaffold of loopback 3 api app and does not appear to be hitting the middleware.js file at all:
https://github.com/SanDiegoCodeSchool/fantasy-football/pull/1
Is there some other flag missing or a configuration piece that needs to be setup?
Figured it out, we left our original server.js file in the root folder from before we scaffolded loopback.
server.js
Not able to get middleware to be loaded. It is a basic scaffold of loopback 3 api app and does not appear to be hitting the middleware.js file at all:
https://github.com/SanDiegoCodeSchool/fantasy-football/pull/1
Is there some other flag missing or a configuration piece that needs to be setup?