CFE-6 Fixed any bugs
This commit is contained in:
@@ -3,6 +3,8 @@ import {rest} from "msw";
|
||||
|
||||
export const handler = [rest.get(GET_USER_ROUTE, (req, res, ctx) => {
|
||||
return res(ctx.json({
|
||||
id: 10
|
||||
data: {
|
||||
id: 10
|
||||
}
|
||||
}))
|
||||
})]
|
||||
Reference in New Issue
Block a user