Allow api calls to signal/whatsapp
This commit is contained in:
parent
9fb3665ced
commit
0525f58324
1 changed files with 3 additions and 1 deletions
|
|
@ -142,5 +142,7 @@ export default withAuth(checkRewrites, {
|
||||||
});
|
});
|
||||||
|
|
||||||
export const config = {
|
export const config = {
|
||||||
matcher: ["/((?!ws|wss|_next/static|_next/image|favicon.ico).*)"],
|
matcher: [
|
||||||
|
"/((?!ws|wss|api/signal|api/whatsapp|_next/static|_next/image|favicon.ico).*)",
|
||||||
|
],
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue