mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-11-30 23:37:16 +01:00
Initial settings that allow to choose the default color of the notes.
This commit is contained in:
@@ -5,6 +5,22 @@ return ['resources' =>
|
||||
'noteApi' => ['url' => '/api/v1/notes']
|
||||
],
|
||||
'routes' => [
|
||||
['name' => 'page#index', 'url' => '/', 'verb' => 'GET']
|
||||
// Main page
|
||||
[
|
||||
'name' => 'page#index',
|
||||
'url' => '/',
|
||||
'verb' => 'GET'
|
||||
],
|
||||
// User Settings
|
||||
[
|
||||
'name' => 'settings#setUserValue',
|
||||
'url' => '/setuservalue',
|
||||
'verb' => 'POST'
|
||||
],
|
||||
[
|
||||
'name' => 'settings#getUserValue',
|
||||
'url' => '/getuservalue',
|
||||
'verb' => 'GET'
|
||||
]
|
||||
]
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user