mirror of
https://github.com/v2board/v2board.git
synced 2025-06-12 20:47:56 +08:00
update
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user