Commit 0f21ddc0b6d8a843e358f8c32846a08c8e926d0c
1 parent
9329246c
test
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
app/library/App/Resources/UserResource.php
@@ -43,6 +43,7 @@ class UserResource extends ApiResource { | @@ -43,6 +43,7 @@ class UserResource extends ApiResource { | ||
43 | ) | 43 | ) |
44 | 44 | ||
45 | ->endpoint(ApiEndpoint::post('/registration', 'registration')) | 45 | ->endpoint(ApiEndpoint::post('/registration', 'registration')) |
46 | + ->endpoint(ApiEndpoint::post('/test', 'test')) | ||
46 | ; | 47 | ; |
47 | } | 48 | } |
48 | } | 49 | } |
49 | \ No newline at end of file | 50 | \ No newline at end of file |