Skip to content

Commit

Permalink
Update userController.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Chkhikvadze committed Apr 11, 2016
1 parent aa1fa8e commit 31f02ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/controllers/userController.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/// <reference path="../../typings/node/node.d.ts"/>
'use strict';

var debug = require('debug')('lingwing-api-userController');
var debug = require('debug')('create-api-userController');
var request = require('request');
var crypto = require('crypto');
var async = require('async');
Expand Down Expand Up @@ -387,4 +387,4 @@ module.exports.createAdvertiser = function (req, res) {
});
};

module.exports.deleteAdvertiser = crudController.delete;
module.exports.deleteAdvertiser = crudController.delete;

0 comments on commit 31f02ac

Please sign in to comment.