This commit is contained in:
root
2019-12-12 19:47:32 +08:00
parent 1b92b6374c
commit aa07facebd
8 changed files with 123 additions and 4 deletions

View File

@ -80,6 +80,8 @@ Route::prefix('v1')
Route::get ('tutorial/getAppleID', 'TutorialController@getAppleID');
// Notice
Route::get ('notice', 'NoticeController@index');
// Ticket
Route::post('ticket/save', 'TicketController@save');
});
// Passport