♻️ Move disable notifications api (#1490)

This commit is contained in:
Luke Vella 2025-01-13 11:27:30 +00:00 committed by GitHub
parent 26e4d5e3e6
commit 1ecb9f6b7b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 106 additions and 341 deletions

View file

@ -51,6 +51,11 @@ const nextConfig = {
destination: "/settings/profile",
permanent: true,
},
{
source: "/auth/disable-notifications",
destination: "/api/notifications/unsubscribe",
permanent: true,
},
];
},
experimental: {