fix(manga): corriger le conflit de shortName sur MangaDiscoverResource
All checks were successful
Deploy / deploy (push) Successful in 2m56s

This commit is contained in:
ext.jeremy.guillot@maxicoffee.domains
2026-03-15 21:55:06 +01:00
parent e78bc890ef
commit 6b58e94fc3

View File

@@ -8,7 +8,7 @@ use App\Domain\Manga\Infrastructure\ApiPlatform\Dto\MangaSearchCollection;
use App\Domain\Manga\Infrastructure\ApiPlatform\State\Provider\DiscoverMangaStateProvider; use App\Domain\Manga\Infrastructure\ApiPlatform\State\Provider\DiscoverMangaStateProvider;
#[ApiResource( #[ApiResource(
shortName: 'Mangadex', shortName: 'MangaDiscover',
operations: [ operations: [
new Get( new Get(
uriTemplate: '/manga-discover', uriTemplate: '/manga-discover',