Skip to content

Commit d3be624

Browse files
authored
Merge pull request #1142 from ita-social-projects/rewrite-authorization-front
Authentication/authorization changes front-end
2 parents 5fc9fba + 46b65f4 commit d3be624

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/app/common/constants/api-routes.constants.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,9 @@ export const API_ROUTES = {
199199
DELETE: 'coordinate/delete',
200200
},
201201
USERS: {
202-
LOGIN: 'user/login',
203-
REFRESH_TOKEN: 'user/refreshToken',
202+
LOGIN: 'auth/login',
203+
REFRESH_TOKEN: 'auth/refreshToken',
204+
REGISTER: 'auth/register',
204205
},
205206
EMAIL: {
206207
SEND: 'email/send',

0 commit comments

Comments
 (0)