feat: Rangement des endpoints dans la doc Api Platform

This commit is contained in:
ext.jeremy.guillot@maxicoffee.domains
2025-02-12 17:18:16 +01:00
parent 30d26f530d
commit e90c0a140e
6 changed files with 6 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ use App\Domain\Manga\Infrastructure\ApiPlatform\Dto\MangaSearchCollection;
use App\Domain\Manga\Infrastructure\ApiPlatform\State\Provider\SearchMangaStateProvider;
#[ApiResource(
shortName: 'MangaSearch',
shortName: 'Manga',
operations: [
new Get(
uriTemplate: '/mangas-search',