N-FIN-93: update url constants

This commit is contained in:
Markus Thielker 2025-03-14 13:47:04 +01:00
parent 0bb1db9acc
commit 4abe52d4e8

View file

@ -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