mirror of
https://github.com/v2board/v2board.git
synced 2025-06-12 20:47:56 +08:00
update
This commit is contained in:
@ -66,6 +66,9 @@ Route::prefix('v1')
|
||||
// Invite
|
||||
Route::get('invite', 'InviteController@index');
|
||||
Route::get('invite/save', 'InviteController@save');
|
||||
// Tutorial
|
||||
Route::get('tutorial/getSubscribeUrl', 'TutorialController@getSubscribeUrl');
|
||||
Route::get('tutorial/getAppleID', 'TutorialController@getAppleID');
|
||||
});
|
||||
|
||||
// Passport
|
||||
|
Reference in New Issue
Block a user