Symfony 6.4 - Update entity paths

This commit is contained in:
Clemente Raposo 2024-02-20 14:40:24 +00:00
parent 7e63820f1b
commit 8597c7fea2
5 changed files with 5 additions and 4 deletions

View file

@ -37,7 +37,7 @@ use App\Themes\DataProvider\ThemeImagesStateProvider;
#[ApiResource(
operations: [
new Get(provider: ThemeImagesStateProvider::class)
new Get(uriTemplate: '/theme-images/{id}', provider: ThemeImagesStateProvider::class)
],
graphQlOperations: [
new Query(provider: ThemeImagesStateProvider::class)