We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b8da99 commit 3fc652eCopy full SHA for 3fc652e
examples/experimental/src/middleware.ts
@@ -1,5 +1,5 @@
1
-import { type NextRequest, NextResponse } from "next/server";
2
import crypto from "node:crypto";
+import { type NextRequest, NextResponse } from "next/server";
3
4
export default function middleware(request: NextRequest) {
5
if (request.nextUrl.pathname === "/api/hello") {
0 commit comments