Commit 5940d3c68d3ba630525832a02e5758f89d073f87
1 parent
f0d4c855
docs
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
app/library/App/Controllers/ExportController.php
@@ -20,6 +20,8 @@ class ExportController extends CollectionController | @@ -20,6 +20,8 @@ class ExportController extends CollectionController | ||
20 | $documentation->addManyCollections($this->application->getCollections()); | 20 | $documentation->addManyCollections($this->application->getCollections()); |
21 | $documentation->addManyRoutes($this->application->getRouter()->getRoutes()); | 21 | $documentation->addManyRoutes($this->application->getRouter()->getRoutes()); |
22 | 22 | ||
23 | + var_dump($documentation->getRoutes()); | ||
24 | + | ||
23 | return $this->createItemResponse($documentation, new DocumentationTransformer(), 'documentation'); | 25 | return $this->createItemResponse($documentation, new DocumentationTransformer(), 'documentation'); |
24 | } | 26 | } |
25 | 27 |