fix: correct authOptions import path in prewarm route
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -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';
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user