Allow forget shared note..

This commit is contained in:
Matias De lellis
2020-06-16 23:38:17 -03:00
parent dd534e1f1b
commit 76b8b0dd99
3 changed files with 117 additions and 12 deletions

View File

@@ -11,6 +11,12 @@ return ['resources' =>
'url' => '/',
'verb' => 'GET'
],
// Share
[
'name' => 'share#destroy',
'url' => '/share/{noteId}',
'verb' => 'DELETE'
],
// User Settings
[
'name' => 'settings#setUserValue',