Commit abd102ca910a2176f7fcf3d8e09e84f6cd2334dc
1 parent
52aa9fde
test
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
app/library/App/Resources/UserResource.php
| ... | ... | @@ -42,9 +42,10 @@ class UserResource extends ApiResource { |
| 42 | 42 | ]) |
| 43 | 43 | ) |
| 44 | 44 | |
| 45 | - ->endpoint(ApiEndpoint::post('/registration', 'registration')) | |
| 45 | + | |
| 46 | 46 | |
| 47 | 47 | ; |
| 48 | 48 | $this->endpoint(ApiEndpoint::post('/test', 'test')); |
| 49 | + $this->endpoint(ApiEndpoint::post('/registration', 'registration')); | |
| 49 | 50 | } |
| 50 | 51 | } |
| 51 | 52 | \ No newline at end of file | ... | ... |