fux
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
import { NextRequest, NextResponse } from 'next/server';
|
||||
|
||||
// This ensures this route is always handled at runtime and never prerendered
|
||||
export const dynamic = 'force-dynamic';
|
||||
|
||||
export async function GET(req: NextRequest) {
|
||||
try {
|
||||
// Check for Authorization in headers first, then fall back to cookies
|
||||
|
||||
Reference in New Issue
Block a user