Initial commit
Next.js + Express event management app for Hope Family Church.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { NextResponse, NextRequest } from "next/server";
|
||||
|
||||
// Minimal pass-through middleware to satisfy Next.js requirements
|
||||
export function middleware(_req: NextRequest) {
|
||||
return NextResponse.next();
|
||||
}
|
||||
Reference in New Issue
Block a user