diff --git a/app/api/projects/prewarm/route.ts b/app/api/projects/prewarm/route.ts index 8f02456..84b62a2 100644 --- a/app/api/projects/prewarm/route.ts +++ b/app/api/projects/prewarm/route.ts @@ -1,6 +1,6 @@ import { NextRequest, NextResponse } from 'next/server'; import { getServerSession } from 'next-auth'; -import { authOptions } from '@/lib/auth'; +import { authOptions } from '@/lib/auth/authOptions'; import { prewarmWorkspace } from '@/lib/cloud-run-workspace'; /**