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

Load the country settings at app load

This commit is contained in:
Loic Blot
2015-02-16 13:18:48 +00:00
parent 3774653643
commit 77a9e9cccf
4 changed files with 23 additions and 1 deletions
+1
View File
@@ -25,4 +25,5 @@ $application->registerRoutes($this, array('routes' => array(
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'),
array('name' => 'sms#get_country', 'url'=> '/get/country', 'verb' => 'GET'),
)));