1
0
mirror of https://github.com/nextcloud/ocsms.git synced 2026-08-21 13:23:04 +00:00

Added function to retrieve SMS ids stored on the server

This commit is contained in:
Loic Blot
2014-09-15 17:55:01 +02:00
parent 0d14019e9f
commit 128167196a
3 changed files with 26 additions and 18 deletions
+1
View File
@@ -24,4 +24,5 @@ $application = new Application();
$application->registerRoutes($this, array('routes' => array(
array('name' => 'sms#index', 'url' => '/', 'verb' => 'GET'),
array('name' => 'sms#push', 'url' => '/push', 'verb' => 'POST'),
array('name' => 'sms#retrieve_all_ids', 'url' => '/get/ids/all', 'verb' => 'GET'),
)));