fix(manga): corriger le conflit de shortName sur MangaDiscoverResource

This commit is contained in:
ext.jeremy.guillot@maxicoffee.domains
2026-03-15 21:55:06 +01:00
parent 814fe46ce5
commit 420c3922c2

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',