Ivan - Add user delete fixture [skip ci]

This commit is contained in:
ivan 2016-11-28 20:00:10 -03:00
parent 55e6f344c3
commit 116fb6ce44
1 changed files with 10 additions and 0 deletions

View File

@ -126,6 +126,16 @@ module.exports = [
};
}
},
{
path: '/user/delete',
time: 1000,
response: function () {
return {
status: 'success',
data: {}
};
}
},
{
path: '/user/get-user',
time: 100,