fix: remove unused auth0 import from orchestrator-team route

This commit is contained in:
Apple
2025-11-29 05:21:35 -08:00
parent 31778a2977
commit deeaf26b0b

View File

@@ -1,5 +1,4 @@
import { NextRequest, NextResponse } from "next/server";
import { getAccessToken } from "@auth0/nextjs-auth0"; // Or your auth mechanism
const CITY_API_URL = process.env.INTERNAL_API_URL || process.env.CITY_API_BASE_URL || "http://daarion-city-service:7001";