This commit is contained in:
root
2019-11-29 00:40:41 +08:00
parent 7a15c08148
commit 85d75e94b7
2 changed files with 16 additions and 0 deletions

View File

@ -66,6 +66,7 @@ Route::prefix('v1')
// Invite
Route::get('invite', 'InviteController@index');
Route::get('invite/save', 'InviteController@save');
Route::get('invite/details', 'InviteController@details');
// Tutorial
Route::get('tutorial/getSubscribeUrl', 'TutorialController@getSubscribeUrl');
Route::get('tutorial/getAppleID', 'TutorialController@getAppleID');