Fix
dyb-tech.com/LaLiga-BackEnd/pipeline/head This commit looks good

This commit is contained in:
Daniel Guzman
2024-06-09 00:58:29 +02:00
parent 9b0630133c
commit 9614a201bb
763 changed files with 1319 additions and 982 deletions
+10 -4
View File
@@ -32,11 +32,15 @@ return [
.'|create(*:168)'
.'|([^/]++)/(?'
.'|team(*:192)'
.'|calendar(*:208)'
.'|facilities(?'
.'|/create(*:220)'
.'|(*:228)'
.')'
.'|calendar(*:245)'
.')'
.')'
.')'
.'|(*:219)'
.'|(*:256)'
.')'
.')/?$}sDu',
],
@@ -48,8 +52,10 @@ return [
144 => [[['_route' => 'app_decline_join_request', '_controller' => 'DMD\\LaLigaApi\\Controller\\LeagueController::declineJoinRequest'], ['leagueId', 'captainId'], ['GET' => 0], null, false, true, null]],
168 => [[['_route' => 'app_add_season', '_controller' => 'DMD\\LaLigaApi\\Controller\\SeasonController::addSeason'], ['leagueId'], ['POST' => 0], null, false, false, null]],
192 => [[['_route' => 'app_add_team', '_controller' => 'DMD\\LaLigaApi\\Controller\\SeasonController::addTeam'], ['leagueId', 'seasonId'], ['POST' => 0], null, false, false, null]],
208 => [[['_route' => 'app_create_calendar', '_controller' => 'DMD\\LaLigaApi\\Controller\\SeasonController::createCalendar'], ['leagueId', 'seasonId'], ['POST' => 0], null, false, false, null]],
219 => [
220 => [[['_route' => 'app_create_facilities', '_controller' => 'DMD\\LaLigaApi\\Controller\\SeasonController::createFacilities'], ['leagueId', 'seasonId'], ['POST' => 0], null, false, false, null]],
228 => [[['_route' => 'app_get_all_facilities', '_controller' => 'DMD\\LaLigaApi\\Controller\\SeasonController::getAllFacilities'], ['leagueId', 'seasonId'], ['GET' => 0], null, true, false, null]],
245 => [[['_route' => 'app_create_calendar', '_controller' => 'DMD\\LaLigaApi\\Controller\\SeasonController::createCalendar'], ['leagueId', 'seasonId'], ['POST' => 0], null, false, false, null]],
256 => [
[['_route' => 'app_get_league', '_controller' => 'DMD\\LaLigaApi\\Controller\\LeagueController::getLeagueById'], ['leagueId'], ['GET' => 0], null, false, true, null],
[null, null, null, null, false, false, 0],
],