aggiornamento Indici
This commit is contained in:
@@ -10,7 +10,7 @@ var server_constants = require('../tools/server_constants');
|
||||
var {authenticate, auth_default} = require('../middleware/authenticate');
|
||||
|
||||
var mongoose = require('mongoose').set('debug', false);
|
||||
const Subscription = mongoose.model('subscribers');
|
||||
const Subscription = require('../models/subscribers');
|
||||
|
||||
const _ = require('lodash');
|
||||
const {MySkill} = require('../models/myskill');
|
||||
|
||||
Reference in New Issue
Block a user