the cleanup
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
import { NextResponse } from "next/server";
|
||||
|
||||
const API_BASE_URL =
|
||||
process.env.NEXT_PUBLIC_API_BASE_URL ?? "http://localhost:8080";
|
||||
process.env.NEXT_PUBLIC_API_BASE_URL ?? "";
|
||||
|
||||
const TOS_VERSION = "2025-12-27";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user