File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,33 @@ subgraph "Authentication Module"
6666 JWTService[JWT Service]
6767 UserModel[User Model]
6868end
69+ subgraph "Analytics Module"
70+ AnalyticsController[Analytics Controller]
71+ end
72+ subgraph "Dashboard Module"
73+ DashboardController[Dashboard Controller]
74+ end
75+ subgraph "Matches Module"
76+ MatchesController[Matches Controller]
77+ end
78+ subgraph "Players Module"
79+ PlayersController[Players Controller]
80+ end
81+ subgraph "Riot_integration Module"
82+ Riot_integrationController[Riot_integration Controller]
83+ end
84+ subgraph "Schedules Module"
85+ SchedulesController[Schedules Controller]
86+ end
87+ subgraph "Scouting Module"
88+ ScoutingController[Scouting Controller]
89+ end
90+ subgraph "Team_goals Module"
91+ Team_goalsController[Team_goals Controller]
92+ end
93+ subgraph "Vod_reviews Module"
94+ Vod_reviewsController[Vod_reviews Controller]
95+ end
6996subgraph "Dashboard Module"
7097 DashboardController[Dashboard Controller]
7198 DashStats[Statistics Service]
You can’t perform that action at this time.
0 commit comments