fix base path
continuous-integration/drone/push Build was killed
continuous-integration/drone Build is failing

This commit is contained in:
2026-04-20 16:30:12 +01:00
parent f4928bd9f9
commit dcccc2be47
+1 -1
View File
@@ -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",