mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-04 10:14:13 +08:00
Symfony 6.4 - Update entity paths
This commit is contained in:
parent
7e63820f1b
commit
8597c7fea2
5 changed files with 5 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue