mirror of
https://github.com/verdigado/organization_folders.git
synced 2024-12-06 11:22:41 +01:00
added include functionality and update endpoint to resource controller
This commit is contained in:
parent
9ebae48238
commit
7679506494
3 changed files with 111 additions and 8 deletions
|
@ -6,5 +6,7 @@ return [
|
|||
'routes' => [
|
||||
/* Resources */
|
||||
['name' => 'resource#show', 'url' => '/resources/{resourceId}', 'verb' => 'GET'],
|
||||
]
|
||||
['name' => 'resource#create', 'url' => '/resources/{resourceId}', 'verb' => 'POST'],
|
||||
['name' => 'resource#update', 'url' => '/resources/{resourceId}', 'verb' => 'PUT'],
|
||||
],
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue