From 52aa9fde32ed9adaff6a49998bc8e9af251fe6aa Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 9 Feb 2017 12:58:26 +0200 Subject: [PATCH] test --- app/library/App/Resources/UserResource.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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