Commit 9137c4e88de96e5116247779da159ee31394a230
1 parent
4bf9d3d1
test
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/library/App/Resources/ProjectResource.php
@@ -26,7 +26,7 @@ class ProjectResource extends ApiResource { | @@ -26,7 +26,7 @@ class ProjectResource extends ApiResource { | ||
26 | ->name('Project') | 26 | ->name('Project') |
27 | ->model(Project::class) | 27 | ->model(Project::class) |
28 | ->expectsJsonData() | 28 | ->expectsJsonData() |
29 | - ->itemKey('project') | 29 | + //->itemKey('project') |
30 | //->collectionKey('projects') | 30 | //->collectionKey('projects') |
31 | ; | 31 | ; |
32 | 32 |