1 | <?php |
||
20 | class IndexController extends CanvasIndexController |
||
21 | { |
||
22 | /** |
||
23 | * Index. |
||
24 | * |
||
25 | * @method GET |
||
26 | * @url / |
||
27 | * |
||
28 | * @return Response |
||
29 | */ |
||
30 | public function index($id = null) : Response |
||
34 | |||
35 | /** |
||
36 | * Show the status of the diferent services. |
||
37 | * |
||
38 | * @method GET |
||
39 | * @url /status |
||
40 | * |
||
41 | * @return Response |
||
42 | */ |
||
43 | 1 | public function status() : Response |
|
47 | } |
||
48 |