Commit f05fa248c06a43004a0d9d09f7e2b0d974d6dd3e
1 parent
895c22b9
project entity
Showing
1 changed file
with
1 additions
and
5 deletions
Show diff stats
app/library/App/Controllers/ProjectController.php
@@ -15,11 +15,7 @@ class ProjectController extends CrudResourceController { | @@ -15,11 +15,7 @@ class ProjectController extends CrudResourceController { | ||
15 | 15 | ||
16 | public function test() { | 16 | public function test() { |
17 | 17 | ||
18 | - return [ | ||
19 | - 'te', | ||
20 | - 's', | ||
21 | - 't' | ||
22 | - ]; | 18 | + return json_encode('test'); |
23 | 19 | ||
24 | } | 20 | } |
25 | 21 |