Skip to content

Commit

Permalink
#56 Add post to dj-rest-auth
Browse files Browse the repository at this point in the history
  • Loading branch information
SandraBergstrom committed Jul 4, 2023
1 parent 66160ec commit c19ee39
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/mocks/handlers.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ export const handlers = [
rest.post(`${baseURL}dj-rest-auth/logout/`, (req, res, ctx) => {
return res(ctx.status(200));
}),
rest.post(`${baseURL}dj-rest-auth/token/refresh/`, (req, res, ctx) => {
return res(ctx.status(200));
}),
];

0 comments on commit c19ee39

Please sign in to comment.