mirror of
https://github.com/PeterMaquiran/tvone.git
synced 2026-04-21 18:25:52 +00:00
fix base path
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user