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

Use a get request for tests

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