mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
chore: added comments for routing redirects
This commit is contained in:
@@ -390,6 +390,8 @@ const organizationRoutes = route("/organizations/$orgId", [
|
||||
)
|
||||
]),
|
||||
route("/networking", "organization/NetworkingPage/route.tsx"),
|
||||
|
||||
// Added these dummy routes to avoid errors when navigating from the organization-redirect and project-redirect
|
||||
route("/projects/$", ""),
|
||||
route("/$", "")
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user