Skip to content

Commit

Permalink
closes #9
Browse files Browse the repository at this point in the history
  • Loading branch information
Alino committed Jul 24, 2018
1 parent f5e5391 commit c192281
Showing 1 changed file with 0 additions and 50 deletions.
50 changes: 0 additions & 50 deletions config/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -354,31 +354,6 @@ module.exports.routes = {
}
},

'DELETE /task/:id': {
controller: 'TaskController',
action: 'destroy',
swagger: {
summary: 'Delete a Task',
description: 'Delete a Task'
}
},
'GET /task/:id': {
controller: 'TaskController',
action: 'findOne',
swagger: {
summary: 'Get a Task',
description: 'Get a Task'
}
},
'PUT /task/:id': {
controller: 'TaskController',
action: 'update',
swagger: {
summary: 'Update a Task',
description: 'Update a Task'
}
},

// asset
'GET /asset': {
controller: 'AssetController',
Expand All @@ -389,31 +364,6 @@ module.exports.routes = {
}
},

'DELETE /asset/:id': {
controller: 'AssetController',
action: 'destroy',
swagger: {
summary: 'Delete an Asset',
description: 'Delete an Asset'
}
},
'GET /asset/:id': {
controller: 'AssetController',
action: 'findOne',
swagger: {
summary: 'Get an Asset',
description: 'Get an Asset'
}
},
'PUT /asset/:id': {
controller: 'AssetController',
action: 'update',
swagger: {
summary: 'Update an Asset',
description: 'Update an Asset'
}
},

// webhook
'GET /webhook': {
controller: 'WebhookController',
Expand Down

0 comments on commit c192281

Please sign in to comment.