From f99475eaf2067cbfa73eac393ee6afa7461d6e8d Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 9 Feb 2017 13:00:18 +0200 Subject: [PATCH] test --- app/library/App/Resources/UserResource.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/library/App/Resources/UserResource.php b/app/library/App/Resources/UserResource.php index 03509c3..7c9f973 100755 --- a/app/library/App/Resources/UserResource.php +++ b/app/library/App/Resources/UserResource.php @@ -43,9 +43,8 @@ class UserResource extends ApiResource { ) - ; - $this->endpoint(ApiEndpoint::post('/test', 'test')); + $this->endpoint(ApiEndpoint::post('/registration', 'registration')); } } \ No newline at end of file -- libgit2 0.21.4