kaoding
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
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', |
|
|
|
}); |
|
|
|
}, |
|
|
|
|