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