summaryrefslogtreecommitdiff
path: root/middleware.ts
diff options
context:
space:
mode:
Diffstat (limited to 'middleware.ts')
-rw-r--r--middleware.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/middleware.ts b/middleware.ts
index 88d30b2d..85acc71c 100644
--- a/middleware.ts
+++ b/middleware.ts
@@ -189,6 +189,6 @@ if (token) {
*/
export const config = {
matcher: [
- '/((?!_next|.*\\..*|api).*)', // API 경로 전체 제외
+ '/((?!_next|.*\\..*|api|viewer).*)', // API 경로 전체 제외
],
}; \ No newline at end of file