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