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

prepare handler for setting country

This commit is contained in:
Loic Blot
2015-01-05 19:17:08 +00:00
parent 925215e27c
commit 6fa1bfe17f
2 changed files with 8 additions and 0 deletions
+7
View File
@@ -279,4 +279,11 @@ class SmsController extends Controller {
}
return true;
}
/**
* @NoAdminRequired
*/
function setCountry($country) {
return new JSONResponse(array("status" => true, "msg" => "OK"));
}
}