root 5 anos atrás
pai
commit
7211568031
1 arquivos alterados com 1 adições e 0 exclusões
  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');
             });