Commit 6a018e909b3802536e4797844a1be3d160259f11
1 parent
be063157
test
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/library/App/Resources/ProjectResource.php
| @@ -47,7 +47,7 @@ class ProjectResource extends ApiResource { | @@ -47,7 +47,7 @@ class ProjectResource extends ApiResource { | ||
| 47 | ->endpoint(ApiEndpoint::post('/test_post', 'test_post') | 47 | ->endpoint(ApiEndpoint::post('/test_post', 'test_post') |
| 48 | ->description('Just for test post query') | 48 | ->description('Just for test post query') |
| 49 | ) | 49 | ) |
| 50 | - ->endpoint(ApiEndpoint::post('/test_get', 'test_get') | 50 | + ->endpoint(ApiEndpoint::get('/test_get', 'test_get') |
| 51 | ->description('Just for test get query') | 51 | ->description('Just for test get query') |
| 52 | ) | 52 | ) |
| 53 | ->endpoint(ApiEndpoint::all()) | 53 | ->endpoint(ApiEndpoint::all()) |