You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
},};// Routes that can be accessed without being logged inexportconstPUBLIC_ROUTES: RouteRecordRaw[]=[ROUTES.LOGIN,ROUTES.SIGNUP,];// Type for constrained routetypeConstrainedRoute={path: string,// URL pathallowedRoles: string[]// Roles that are allowed to access the path}/* * Routes that have additional access constraints * allowedRoles specifies roles that don't have to fulfill constraints to access these pages, * constrainedRoles must provide the specified query parameters to access the page * TODO Application specific: Add routes here */exportconstCONSTRAINED_ROUTES: ConstrainedRoute[]=[];exportdefaultROUTES
1a01db3be27c94b4247860763e1453ccb2a1d343
The text was updated successfully, but these errors were encountered:
Application specific: Add routes here
flox/frontend/src/router/routes.ts
Line 57 in ded0256
1a01db3be27c94b4247860763e1453ccb2a1d343
The text was updated successfully, but these errors were encountered: