routes
This commit is contained in:
parent
6ccdd0a003
commit
ba4d769591
2 changed files with 3 additions and 3 deletions
|
|
@ -29,7 +29,7 @@ async function refreshAccessToken() {
|
|||
if (isRefreshing) return refreshPromise;
|
||||
|
||||
isRefreshing = true;
|
||||
refreshPromise = fetch(`${BASE_URL}/auth/refresh`, {
|
||||
refreshPromise = fetch(`${BASE_URL}/user/auth/refresh`, {
|
||||
method: 'POST',
|
||||
credentials: 'include',
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue