Update middleware.ts

Took 22 minutes
This commit is contained in:
Lucàs
2023-04-11 22:46:36 +02:00
parent 66d20e156d
commit 4889426643
+1 -1
View File
@@ -5,6 +5,6 @@ export const config = {
'/dashboard', '/dashboard',
'/userProfile', '/userProfile',
'/chat', '/chat',
'/chat/*', '/chat/:path*',
], ],
}; };