File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
plugins/yggdrasil-connect Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 3131
3232Route::post ('api/profiles/minecraft ' , 'ProfileController@searchMultipleProfiles ' );
3333Route::post ('minecraftservices/minecraft/profile/lookup/bulk/byname ' , 'ProfileController@searchMultipleProfiles ' );
34+ Route::post ('api/minecraft/profile/lookup/bulk/byname ' , 'ProfileController@searchMultipleProfiles ' );
3435
3536Route::get ('api/users/profiles/minecraft/{username} ' , 'ProfileController@searchSingleProfile ' );
3637Route::get ('minecraftservices/minecraft/profile/lookup/name/{username} ' , 'ProfileController@searchSingleProfile ' );
38+ Route::get ('api/minecraft/profile/lookup/name/{username} ' , 'ProfileController@searchSingleProfile ' );
3739
3840Route::prefix ('api/user/profile ' )
3941 ->middleware (['api ' , 'LittleSkin\YggdrasilConnect\Middleware\CheckBearerTokenYggdrasil ' ])
You can’t perform that action at this time.
0 commit comments