for some reason I can't get my require to work, it should just find both models fine but the path for the file just won't work.
- app
- models
- user.js
- match.js
- models
- server.js
Seems like a simple fix but cannot seem to do it myself right now. I'm using (var User = require('/app/models/user.js');)
Thanks guys.