first commit for sharing dialog

This commit is contained in:
Vinzenz
2016-06-01 23:35:32 +02:00
parent 65f56144c0
commit 8d2864a2c0
5 changed files with 49 additions and 2 deletions

View File

@@ -7,6 +7,7 @@ return [
'routes' => [
['name' => 'page#index', 'url' => '/', 'verb' => 'GET'],
['name' => 'note_api#preflighted_cors', 'url' => '/api/0.1/{path}',
'verb' => 'OPTIONS', 'requirements' => ['path' => '.+']]
'verb' => 'OPTIONS', 'requirements' => ['path' => '.+']],
['name' => 'note#get_user_groups_and_users', 'url' => '/api/0.1/getusergroups', 'verb' => 'GET']
]
];
];