From 0f21ddc0b6d8a843e358f8c32846a08c8e926d0c Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 9 Feb 2017 12:57:09 +0200 Subject: [PATCH] test --- app/library/App/Resources/UserResource.php | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) 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