Commit 8f6725a637c132765833b05a87b6557037205a94
1 parent
e7de8af3
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', '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 | ... | ... |