Commit 260f20b78f02e90067c99cf53ff81bf441d3c583
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,6 +20,8 @@ class AllPositionController extends CrudResourceController | ||
| 20 | 20 | ||
| 21 | public function testAction() { | 21 | public function testAction() { |
| 22 | 22 | ||
| 23 | + die ('123'); | ||
| 24 | + | ||
| 23 | try | 25 | try |
| 24 | { | 26 | { |
| 25 | $APObj = new AllPositions(self::API_KEY); | 27 | $APObj = new AllPositions(self::API_KEY); |