Service to manage wiki almost ready

This commit is contained in:
2022-03-21 19:16:06 +00:00
parent a30a4f13ec
commit 9c6114cf86
5 changed files with 208 additions and 59 deletions

View File

@ -24,7 +24,7 @@
* @NoAdminRequired
*/
public function test() {
$x = $this->service->test($this->userId);
$x = $this->service->test();
return new DataResponse(print_r($x,true));
}