Quantcast
Channel: what is the use of 'app.resource' in node js express - Stack Overflow
Viewing all articles
Browse latest Browse all 2

what is the use of 'app.resource' in node js express

$
0
0

for example :

var Resource = app.resource = restful.model('resource', mongoose.Schema({ title: String, year: Number, })) .methods(['get', 'post', 'put', 'delete']);


Viewing all articles
Browse latest Browse all 2

Trending Articles