Commit 73c25dbee016a680b98a5503c3063b130d151d5e

Authored by Alex Savenko
1 parent 056ab121

ap

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
app/library/App/Controllers/AllPositionController.php
@@ -19,6 +19,8 @@ class AllPositionController extends CrudResourceController @@ -19,6 +19,8 @@ class AllPositionController extends CrudResourceController
19 19
20 public function testAction() { 20 public function testAction() {
21 21
  22 + die("qwe");
  23 +
22 $APObj = new AllPositions(self::API_KEY); 24 $APObj = new AllPositions(self::API_KEY);
23 25
24 $project_info = $APObj->get_project(418068); 26 $project_info = $APObj->get_project(418068);