N-FIN-93: update url constants
This commit is contained in:
parent
0bb1db9acc
commit
4abe52d4e8
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
export const URL_SIGN_IN = `/api/auth/login`;
|
||||
export const URL_SIGN_OUT = `/api/auth/logout`;
|
||||
export const URL_SIGN_IN = `/auth/login`;
|
||||
export const URL_SIGN_OUT = `/auth/logout`;
|
||||
|
||||
|
||||
// main urls
|
||||
|
|
Loading…
Add table
Reference in a new issue