minor changes
This commit is contained in:
@@ -36,5 +36,5 @@ export function proxy(request) {
|
||||
}
|
||||
|
||||
export const config = {
|
||||
matcher: ['/manage/:path*'],
|
||||
matcher: ['/manage', '/manage/((?!api/).*)'],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user