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\State\Processor\FetchMangaChapte
use Symfony\Component\Validator\Constraints as Assert;
#[ApiResource(
shortName: 'FetchMangaChapters',
shortName: 'MangaChapters',
operations: [
new Post(
uriTemplate: '/manga/chapters/fetch',