Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/ocsms.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoic Blot <loic.blot@unix-experience.fr>2015-01-05 22:17:08 +0300
committerLoic Blot <loic.blot@unix-experience.fr>2015-01-05 22:17:08 +0300
commit6fa1bfe17ff5bb1cdcda5c122b0a9af7c1832c1e (patch)
treedf5ff4eb93876a85be3df2e6e77ab2b3f12843c9 /appinfo/routes.php
parent925215e27cc0b6d6a7ba25264df72b5158475a5f (diff)
prepare handler for setting country
Diffstat (limited to 'appinfo/routes.php')
-rw-r--r--appinfo/routes.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 7ed9755..818cad5 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -24,4 +24,5 @@ $application->registerRoutes($this, array('routes' => array(
array('name' => 'sms#get_conversation', 'url' => '/get/conversation', 'verb' => 'GET'),
array('name' => 'sms#check_new_messages', 'url' => '/get/new_messages', 'verb' => 'GET'),
array('name' => 'sms#get_api_version', 'url' => '/get/apiversion', 'verb' => 'GET'),
+ array('name' => 'sms#set_country', 'url'=> '/set/country', 'verb' => 'POST'),
)));