I'm developing an app with node.js, mongodb, mongoose and I get an error when I added these files.
This is the "model.js" file:
var mongoose = require('mongoose'),
Schema = mongoose.Schema;
var RequestDiffSchema = new Schema({
id: {...
asked by
07.09.2017 / 17:49