diff --git a/apps/web/mocks/handlers.js b/apps/web/mocks/handlers.js index 15a2b83..67d0e49 100644 --- a/apps/web/mocks/handlers.js +++ b/apps/web/mocks/handlers.js @@ -27,7 +27,7 @@ const { URL_GET_USER, URL_CORE_FINGAP, URL_CRM_GRAPHQL } = getUrls(); export const handlers = [ rest.get(URL_GET_USER, (req, res, ctx) => { - return res(ctx.json(users.vchikalkin)); + return res(ctx.json(users.akalinina)); }), rest.post(URL_CORE_FINGAP, (req, res, ctx) => { return res(