Files
teamwallet/myteamwallet_frontend_modern/.superdesign/init/routes.md
Bastian Wagner 6bea4f766a first commit
2026-07-31 21:02:47 +02:00

724 B

Routes

  • / → session-dependent redirect
  • /auth/loginfeatures/auth/login/login.ts
  • /team-selectfeatures/team-select/team-select.ts
  • /team/:id/overviewfeatures/team/overview/overview.ts, inside authenticated App Shell
  • /team/:id/membersfeatures/team/members/members.ts, inside authenticated App Shell
  • /team/:id/cashboxfeatures/team/cashbox/cashbox.ts, inside authenticated App Shell
  • /team/:id/morefeatures/team/more/more.ts, inside authenticated App Shell
  • ** → Not Found

Planned routes include registration, forgot/reset password, member detail, penalties, invite, and public alias views.

The full router source of truth is src/app/app.routes.ts.