Skip to content

Commit 9a3d515

Browse files
committed
update : In memory model removed
1 parent 7cdb67b commit 9a3d515

File tree

1 file changed

+1
-1
lines changed
  • samples/NodeJsWebApplication/app/controller

1 file changed

+1
-1
lines changed

samples/NodeJsWebApplication/app/controller/user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* and open the template in the editor.
55
*/
66
const {check, validationResult} = require('express-validator');
7-
var mUser = require('../model/user');
7+
//var mUser = require('../model/user');
88
var account = require('../service/account');
99

1010
exports.findById = function (id, fn) {

0 commit comments

Comments
 (0)