Commit 4487a7c8ee547957bef76ae3c26b777d32a651ec
1 parent
3293216b
test
Showing
1 changed file
with
5 additions
and
5 deletions
Show diff stats
app/library/App/Resources/ProjectResource.php
... | ... | @@ -50,11 +50,11 @@ class ProjectResource extends ApiResource { |
50 | 50 | ->endpoint(ApiEndpoint::get('/test_get/{id}', 'test_get') |
51 | 51 | ->description('Just for test get query') |
52 | 52 | ) |
53 | - //->endpoint(ApiEndpoint::all()) | |
54 | - //->endpoint(ApiEndpoint::create()) | |
55 | - //->endpoint(ApiEndpoint::find()) | |
56 | - //->endpoint(ApiEndpoint::update()) | |
57 | - //->endpoint(ApiEndpoint::remove()) | |
53 | + ->endpoint(ApiEndpoint::all()) | |
54 | + ->endpoint(ApiEndpoint::create()) | |
55 | + ->endpoint(ApiEndpoint::find()) | |
56 | + ->endpoint(ApiEndpoint::update()) | |
57 | + ->endpoint(ApiEndpoint::remove()) | |
58 | 58 | ; |
59 | 59 | |
60 | 60 | ... | ... |