fix auth refresh url
This commit is contained in:
parent
5a79670926
commit
b0dd53ebd7
@ -86,7 +86,7 @@ Api.interceptors.response.use(
|
||||
try {
|
||||
const response =
|
||||
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 },
|
||||
);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user