mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-12-01 07:37:18 +01:00
Fix unable to forget a shared note deleted by the owner. Issue #72
This commit is contained in:
@@ -19,7 +19,7 @@ return ['resources' =>
|
||||
],
|
||||
// Share
|
||||
[
|
||||
'name' => 'share#destroy',
|
||||
'name' => 'share#forget',
|
||||
'url' => '/share/{noteId}',
|
||||
'verb' => 'DELETE'
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user