Skip to content

Commit

Permalink
Update crudController.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Chkhikvadze committed Apr 11, 2016
1 parent c0de987 commit aa1fa8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/controllers/crudController.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

var response = require('../helpers/response.js');
var config = require('../config/index.js');
var debug = require('debug')('lingwing-api-crudController');
var debug = require('debug')('create-api-crudController');

module.exports = function (Model) {
return {
Expand Down Expand Up @@ -159,4 +159,4 @@ module.exports = function (Model) {
});
}
};
};
};

0 comments on commit aa1fa8e

Please sign in to comment.