diff --git a/app/library/App/Resources/UserResource.php b/app/library/App/Resources/UserResource.php index fc2a2e4..592bf9e 100755 --- a/app/library/App/Resources/UserResource.php +++ b/app/library/App/Resources/UserResource.php @@ -43,6 +43,7 @@ class UserResource extends ApiResource { ) ->endpoint(ApiEndpoint::post('/registration', 'registration')) + ->endpoint(ApiEndpoint::post('/test', 'test')) ; } } \ No newline at end of file -- libgit2 0.21.4