Questions tagged [express-resource]

2 questions
2
votes
1 answer

Express-resource pass additional data from app.js to routes

I would like to pass additional data from app.js to express-resource routes and I have not figured out yet. How would you do that? Note that I'm using express-resource // app.js var myAddOnData = 'abc'; app.resource('users', './routes/user'); //…
Nam Nguyen
  • 5,668
  • 14
  • 56
  • 70
1
vote
1 answer

node.js express-resource auto-load is not working

Has anyone managed to get the auto-load functionality of express-resource to work? I cannot get it to fire, but according to the documentation it should work: express-resource I have tried getting it to work in both my own code and the example code…
Mandy
  • 1,449
  • 1
  • 11
  • 10