diff --git a/app/library/App/Resources/UserResource.php b/app/library/App/Resources/UserResource.php index 592bf9e..e6fd016 100755 --- a/app/library/App/Resources/UserResource.php +++ b/app/library/App/Resources/UserResource.php @@ -43,7 +43,8 @@ class UserResource extends ApiResource { ) ->endpoint(ApiEndpoint::post('/registration', 'registration')) - ->endpoint(ApiEndpoint::post('/test', 'test')) + ; + $this->endpoint(ApiEndpoint::post('/test', 'test')); } } \ No newline at end of file -- libgit2 0.21.4