Explorar el Código

mock 403 Forbidden

kaoding hace 4 años
padre
commit
be53d5d8d9
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      mock/user.ts

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