1
0
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:
Loic Blot
2016-05-18 22:20:13 +02:00
parent 1b2a171b89
commit 339f76cf01
3 changed files with 22 additions and 14 deletions
+3
View File
@@ -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
)));