Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@@ -33,7 +33,7 @@ async function verifyAdminToken(token: string): Promise<boolean> {
}
export async function middleware(request: NextRequest) {
export async function proxy(request: NextRequest) {
const { pathname } = request.nextUrl;
// /admin 경로 보호 (/admin/login 제외)
The note is not visible to the blocked user.