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