Phase 10. 마에스트로 정보 수정 및 학생 목록 페이지네이션 적용

This commit is contained in:
2026-06-29 17:20:24 +09:00
parent f384388c67
commit 5f9bb39ce1
11 changed files with 1130 additions and 91 deletions
+1 -1
View File
@@ -33,5 +33,5 @@ export async function proxy(request: NextRequest) {
}
export const config = {
matcher: ["/((?!api/auth|_next/static|_next/image|favicon.ico|.*\\..*).*)"],
matcher: ["/((?!api/|_next/static|_next/image|favicon.ico|.*\\..*).*)"],
};