Commit 6042bf7adb2bd505ff044f9f8fbcb6512fe45e9f
1 parent
260f20b7
ap testing
Showing
1 changed file
with
1 additions
and
3 deletions
Show diff stats
app/library/App/Controllers/AllPositionController.php
| @@ -20,11 +20,9 @@ class AllPositionController extends CrudResourceController | @@ -20,11 +20,9 @@ class AllPositionController extends CrudResourceController | ||
| 20 | 20 | ||
| 21 | public function testAction() { | 21 | public function testAction() { |
| 22 | 22 | ||
| 23 | - die ('123'); | ||
| 24 | - | ||
| 25 | try | 23 | try |
| 26 | { | 24 | { |
| 27 | - $APObj = new AllPositions(self::API_KEY); | 25 | + $APObj = new AllPositions('150bb253651622507341cd7845f5b9d2'); |
| 28 | 26 | ||
| 29 | $project_info = $APObj->get_project(418068); | 27 | $project_info = $APObj->get_project(418068); |
| 30 | } | 28 | } |