mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-11-30 23:37:16 +01:00
Allow forget shared note..
This commit is contained in:
@@ -11,6 +11,12 @@ return ['resources' =>
|
||||
'url' => '/',
|
||||
'verb' => 'GET'
|
||||
],
|
||||
// Share
|
||||
[
|
||||
'name' => 'share#destroy',
|
||||
'url' => '/share/{noteId}',
|
||||
'verb' => 'DELETE'
|
||||
],
|
||||
// User Settings
|
||||
[
|
||||
'name' => 'settings#setUserValue',
|
||||
|
||||
Reference in New Issue
Block a user