Skip to content

Commit

Permalink
mock 403 Forbidden
Browse files Browse the repository at this point in the history
  • Loading branch information
kaoding committed Jul 16, 2021
1 parent 26c5ecc commit be53d5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mock/user.ts
Expand Up @@ -184,8 +184,8 @@ export default {
res.status(403).send({
timestamp: 1513932555104,
status: 403,
error: 'Unauthorized',
message: 'Unauthorized',
error: 'Forbidden',
message: 'Forbidden',
path: '/base/category/list',
});
},
Expand Down

0 comments on commit be53d5d

Please sign in to comment.