Skip to content

Commit

Permalink
take out the delete handler.
Browse files Browse the repository at this point in the history
  • Loading branch information
annyhe committed Jul 17, 2017
1 parent 4866cca commit 93c78bc
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions api/v1/controllers/generators.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,6 @@

module.exports = {

/**
* DELETE /generators/{key}
*
* Deletes the generator and sends it back in the response.
*
* @param {IncomingMessage} req - The request object
* @param {ServerResponse} res - The response object
* @param {Function} next - The next middleware function in the stack
*/
deleteGenerator(req, res, next) {
res.send({status: 200, text: 'Deleted generator'});
},

/**
* GET /generators
*
Expand Down

0 comments on commit 93c78bc

Please sign in to comment.