mirror of
https://github.com/v2board/v2board.git
synced 2025-01-11 00:29:09 +08:00
update
This commit is contained in:
parent
9e55cb2f5d
commit
df02973756
@ -93,6 +93,7 @@ Route::prefix('v1')
|
|||||||
// Tutorial
|
// Tutorial
|
||||||
Route::get ('tutorial/getSubscribeUrl', 'TutorialController@getSubscribeUrl');
|
Route::get ('tutorial/getSubscribeUrl', 'TutorialController@getSubscribeUrl');
|
||||||
Route::get ('tutorial/getAppleID', 'TutorialController@getAppleID');
|
Route::get ('tutorial/getAppleID', 'TutorialController@getAppleID');
|
||||||
|
Route::get ('tutorial/fetch', 'TutorialController@fetch');
|
||||||
// Notice
|
// Notice
|
||||||
Route::get ('notice/fetch', 'NoticeController@fetch');
|
Route::get ('notice/fetch', 'NoticeController@fetch');
|
||||||
// Ticket
|
// Ticket
|
||||||
|
Loading…
Reference in New Issue
Block a user