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

Create a basic SmsController

This commit is contained in:
Loïc Blot (@U-Exp)
2014-09-12 13:59:19 +02:00
parent 8d03780e6f
commit 3ad96daa21
4 changed files with 42 additions and 65 deletions
+1 -2
View File
@@ -22,6 +22,5 @@ namespace OCA\OcSms\AppInfo;
$application = new Application();
$application->registerRoutes($this, array('routes' => array(
array('name' => 'page#index', 'url' => '/', 'verb' => 'GET'),
array('name' => 'page#do_echo', 'url' => '/echo', 'verb' => 'POST'),
array('name' => 'sms#push', 'url' => '/push', 'verb' => 'POST'),
)));