mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-31 09:46:26 +02:00
♻️ Move disable notifications api (#1490)
This commit is contained in:
parent
26e4d5e3e6
commit
1ecb9f6b7b
12 changed files with 106 additions and 341 deletions
|
@ -51,6 +51,11 @@ const nextConfig = {
|
|||
destination: "/settings/profile",
|
||||
permanent: true,
|
||||
},
|
||||
{
|
||||
source: "/auth/disable-notifications",
|
||||
destination: "/api/notifications/unsubscribe",
|
||||
permanent: true,
|
||||
},
|
||||
];
|
||||
},
|
||||
experimental: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue