From abd102ca910a2176f7fcf3d8e09e84f6cd2334dc Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 9 Feb 2017 12:59:11 +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 e6fd016..03509c3 100755 --- a/app/library/App/Resources/UserResource.php +++ b/app/library/App/Resources/UserResource.php @@ -42,9 +42,10 @@ class UserResource extends ApiResource { ]) ) - ->endpoint(ApiEndpoint::post('/registration', 'registration')) + ; $this->endpoint(ApiEndpoint::post('/test', 'test')); + $this->endpoint(ApiEndpoint::post('/registration', 'registration')); } } \ No newline at end of file -- libgit2 0.21.4