Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bak11004 committed Nov 7, 2016
1 parent eb10a0f commit 5002fc2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api/routes/category.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<?php

/**
* GET All Categories
* No Parameters
*/
$app->get('/category/all', function( $request, $response ) {
$q = new CategoryQuery;
$cats = $q::create()->find();
Expand Down

0 comments on commit 5002fc2

Please sign in to comment.