1
0
mirror of https://github.com/nextcloud/ocsms.git synced 2026-08-20 12:52:58 +00:00

Added ajaxCall to get all phone Numbers. Also cleanup templates

This commit is contained in:
Loic Blot
2014-09-16 19:24:20 +00:00
parent 2b4b7ad6d8
commit 37c32f8ce7
4 changed files with 11 additions and 13 deletions
+1
View File
@@ -18,4 +18,5 @@ $application->registerRoutes($this, array('routes' => array(
array('name' => 'sms#push', 'url' => '/push', 'verb' => 'POST'),
array('name' => 'sms#replace', 'url' => '/replace', 'verb' => 'POST'),
array('name' => 'sms#retrieve_all_ids', 'url' => '/get/smsidlist', 'verb' => 'GET'),
array('name' => 'sms#retrieve_all_peers', 'url' => '/get/peerlist', 'verb' => 'GET'),
)));