fix auth refresh url
This commit is contained in:
parent
5a79670926
commit
b0dd53ebd7
@ -86,7 +86,7 @@ Api.interceptors.response.use(
|
|||||||
try {
|
try {
|
||||||
const response =
|
const response =
|
||||||
await axios.post<DefaultResponseDTOAuthenticationResponseDTO>(
|
await axios.post<DefaultResponseDTOAuthenticationResponseDTO>(
|
||||||
`${import.meta.env.VITE_API_BASE_URL}/auth/refresh`,
|
`${import.meta.env.VITE_API_BASE_URL}/authentication/refresh`,
|
||||||
{ refreshToken: userData.refreshToken },
|
{ refreshToken: userData.refreshToken },
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user