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:
@@ -25,7 +25,8 @@ class SmsController extends Controller {
|
||||
$this->userId = $userId;
|
||||
}
|
||||
|
||||
public function push() {
|
||||
public function push($json_datas) {
|
||||
var_dump($json_datas);
|
||||
return array("test" => "test2");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user