diff --git a/app/api/auth/refresh/route.ts b/app/api/auth/refresh/route.ts index 75abf35..1aa0212 100644 --- a/app/api/auth/refresh/route.ts +++ b/app/api/auth/refresh/route.ts @@ -15,7 +15,7 @@ export async function GET(req: Request) { } try { - const res = await fetch(`${env.AUTH_API_URL}/auth/refresh`, { + const res = await fetch(`${env.API_URL}/auth/refresh`, { method: "POST", headers: { "Content-Type": "application/json",