mirror of
https://github.com/nextcloud/ocsms.git
synced 2026-08-11 16:32:55 +00:00
Little JS update + .gitignore
This commit is contained in:
@@ -38,4 +38,7 @@ $application->registerRoutes($this, array('routes' => array(
|
||||
array('name' => 'api#fetch_messages', 'url' => '/api/v2/messages/{start}/{limit}', 'verb' => 'GET'), // Android APIv2
|
||||
array('name' => 'api#fetch_messages_for_number', 'url' => '/api/v2/messages/{phonenumber}/{start}/{limit}', 'verb' => 'GET'), // Android APIv2
|
||||
array('name' => 'api#fetch_messages_to_send', 'url' => '/api/v2/messages/sendqueue', 'verb' => 'GET'), // Android APIv2
|
||||
|
||||
// API v3
|
||||
// @TODO future calls to sending calls recorded on the phone
|
||||
)));
|
||||
|
||||
Reference in New Issue
Block a user