root 5 년 전
부모
커밋
7211568031
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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');
             });