Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5eb4921c60 | |||
| c7e32c74b6 | |||
| e9850fdb2e | |||
| 18ff7b4dbb | |||
| e99c50d243 | |||
| d13e789a63 | |||
| d03fc7d33c | |||
| 585155dbb2 | |||
| 8f585b4be8 |
+1
-1
@@ -1,2 +1,2 @@
|
||||
parameters:
|
||||
app.version: '0.1.11'
|
||||
app.version: '0.1.15'
|
||||
|
||||
@@ -21,7 +21,7 @@ use Symfony\Component\Serializer\Attribute\Groups;
|
||||
new Post(
|
||||
uriTemplate: '/applications/{slug}/environments',
|
||||
uriVariables: [
|
||||
'slug' => new Link(fromClass: Application::class, fromProperty: 'environments'),
|
||||
'slug' => new Link(toProperty: 'application', fromClass: Application::class, identifiers: ['slug']),
|
||||
],
|
||||
security: "is_granted('ROLE_ADMIN')",
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user