Commit b8936d6618e0cc485143a8eb98549fe2dae813c6
1 parent
5221870c
test
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/library/App/Resources/ProjectResource.php
... | ... | @@ -44,7 +44,7 @@ class ProjectResource extends ApiResource { |
44 | 44 | |
45 | 45 | /** endpoints **/ |
46 | 46 | $this |
47 | - ->endpoint(ApiEndpoint::post('/test_post', 'test_post') | |
47 | + ->endpoint(ApiEndpoint::post('/test_post', 'test') | |
48 | 48 | ->description('Just for test post query') |
49 | 49 | ) |
50 | 50 | ->endpoint(ApiEndpoint::get('/test_get', 'test_get') | ... | ... |