From 4181c4161b6f9f5e8b8211d7d9e4a6ba508b489d Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 9 Feb 2017 13:42:03 +0200 Subject: [PATCH] test --- app/library/App/Resources/UserResource.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app/library/App/Resources/UserResource.php b/app/library/App/Resources/UserResource.php index 21009b6..ffded31 100755 --- a/app/library/App/Resources/UserResource.php +++ b/app/library/App/Resources/UserResource.php @@ -41,10 +41,7 @@ class UserResource extends ApiResource { 'expires' => 1451139067 ]) ) + ->endpoint(ApiEndpoint::post('/registration', 'registration')); - - ; - - //$this->endpoint(ApiEndpoint::post('/registration', 'registration')); } } \ No newline at end of file -- libgit2 0.21.4