rsnext/test/.stats-app/middleware.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
120 B
JavaScript
Raw Normal View History

import { NextResponse } from 'next/server'
export default async function middleware() {
return NextResponse.next()
}