diff --git a/apps/web/src/app/api/microdao/[slug]/rooms/orchestrator-team/route.ts b/apps/web/src/app/api/microdao/[slug]/rooms/orchestrator-team/route.ts index aaf2a69d..e1329cdc 100644 --- a/apps/web/src/app/api/microdao/[slug]/rooms/orchestrator-team/route.ts +++ b/apps/web/src/app/api/microdao/[slug]/rooms/orchestrator-team/route.ts @@ -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";