Browse Source

mock 403 Forbidden

pull/8812/head
kaoding 5 years ago
committed by GitHub
parent
commit
be53d5d8d9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      mock/user.ts

4
mock/user.ts

@ -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',
});
},

Loading…
Cancel
Save