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

Add basic tests on SMS datas

This commit is contained in:
Loic Blot
2014-09-12 13:16:46 +00:00
parent 0f85a5341d
commit 29dc4dcf46
3 changed files with 34 additions and 8 deletions
+1 -1
View File
@@ -23,5 +23,5 @@ $application = new Application();
$application->registerRoutes($this, array('routes' => array(
array('name' => 'sms#index', 'url' => '/', 'verb' => 'GET'),
array('name' => 'sms#push', 'url' => '/push', 'verb' => 'POST'),
array('name' => 'sms#push', 'url' => '/push', 'verb' => 'POST'),
)));