refactor: remove all waitlist-related code

This commit is contained in:
Maze Winther
2025-08-02 17:28:01 +02:00
parent ae54aff1a9
commit c8980de41a
6 changed files with 5 additions and 192 deletions
+2 -2
View File
@@ -14,8 +14,8 @@ export const metadata = baseMetaData;
const protectedRoutes = [
{
path: "/api/waitlist",
method: "POST",
path: "/none",
method: "GET",
},
];