Skip to content

Commit

Permalink
Merge pull request #1142 from ita-social-projects/rewrite-authorizati…
Browse files Browse the repository at this point in the history
…on-front

Authentication/authorization changes front-end
  • Loading branch information
IvannYad authored Mar 27, 2024
2 parents 5fc9fba + 46b65f4 commit d3be624
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/app/common/constants/api-routes.constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,9 @@ export const API_ROUTES = {
DELETE: 'coordinate/delete',
},
USERS: {
LOGIN: 'user/login',
REFRESH_TOKEN: 'user/refreshToken',
LOGIN: 'auth/login',
REFRESH_TOKEN: 'auth/refreshToken',
REGISTER: 'auth/register',
},
EMAIL: {
SEND: 'email/send',
Expand Down

0 comments on commit d3be624

Please sign in to comment.