Commit 260f20b78f02e90067c99cf53ff81bf441d3c583

Authored by Alex Savenko
1 parent 11d0a620

ap testing

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