Update create season response
dyb-tech.com/LaLiga-BackEnd/pipeline/head This commit looks good

This commit is contained in:
Daniel Guzman
2024-06-02 23:52:57 +02:00
parent fbb57e80de
commit fa24f75fea
9 changed files with 51 additions and 33 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ use Symfony\Component\Routing\Annotation\Route;
class LeagueController extends AbstractController
{
#[Route('/api/league/new', name: 'app_league', methods: ['POST'])]
#[Route('/api/league/create', name: 'app_league', methods: ['POST'])]
public function createLeague(Request $request, HandleCreateLeague $handleCreateLeague): JsonResponse
{
return $handleCreateLeague($request);