Commit 9bf99563e925aec5aacd39adf86b6ca27fb5c3e2
1 parent
b8936d66
test
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
app/library/App/Controllers/ProjectController.php
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') | |
47 | + ->endpoint(ApiEndpoint::post('/test_post', 'test_post') | |
48 | 48 | ->description('Just for test post query') |
49 | 49 | ) |
50 | 50 | ->endpoint(ApiEndpoint::get('/test_get', 'test_get') | ... | ... |