Add enterprise page to public routes

This commit is contained in:
marko-kraemer 2025-10-04 16:41:17 +02:00
parent 4db59ebb9d
commit 4f3a7e813c
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ const PUBLIC_ROUTES = [
'/api/auth',
'/share', // Shared content should be public
'/templates', // Template pages should be public
'/enterprise', // Enterprise page should be public
];
// Routes that require authentication but are related to billing/trials