root %!s(int64=5) %!d(string=hai) anos
pai
achega
7211568031
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      routes/api.php

+ 1 - 0
routes/api.php

@@ -81,6 +81,7 @@ Route::prefix('v1')
                 // Notice
                 Route::get ('notice', 'NoticeController@index');
                 // Ticket
+                Route::get ('ticket', 'TicketController@index');
                 Route::post('ticket/save', 'TicketController@save');
             });