This commit is contained in:
root
2019-11-23 01:41:47 +08:00
parent 53901ff058
commit c016216883
4 changed files with 34 additions and 2 deletions

View File

@ -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