diff options
| -rw-r--r-- | communities/red-right-hand/174bg.net/src/proxy.js (renamed from communities/red-right-hand/174bg.net/src/middleware.js) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/communities/red-right-hand/174bg.net/src/middleware.js b/communities/red-right-hand/174bg.net/src/proxy.js index 59312c6..dc0fa42 100644 --- a/communities/red-right-hand/174bg.net/src/middleware.js +++ b/communities/red-right-hand/174bg.net/src/proxy.js @@ -1,6 +1,6 @@ import { NextResponse } from "next/server"; -export async function middleware(request) { +export async function proxy(request) { let session = null; try { |
