mirror of https://github.com/kortix-ai/suna.git
Add enterprise page to public routes
This commit is contained in:
parent
4db59ebb9d
commit
4f3a7e813c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue