Skip to content

Commit 67c5013

Browse files
authored
[yggdrasil-connect] add missing player information APIs (#244)
1 parent bf9c4f0 commit 67c5013

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugins/yggdrasil-connect/routes.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,11 @@
3131

3232
Route::post('api/profiles/minecraft', 'ProfileController@searchMultipleProfiles');
3333
Route::post('minecraftservices/minecraft/profile/lookup/bulk/byname', 'ProfileController@searchMultipleProfiles');
34+
Route::post('api/minecraft/profile/lookup/bulk/byname', 'ProfileController@searchMultipleProfiles');
3435

3536
Route::get('api/users/profiles/minecraft/{username}', 'ProfileController@searchSingleProfile');
3637
Route::get('minecraftservices/minecraft/profile/lookup/name/{username}', 'ProfileController@searchSingleProfile');
38+
Route::get('api/minecraft/profile/lookup/name/{username}', 'ProfileController@searchSingleProfile');
3739

3840
Route::prefix('api/user/profile')
3941
->middleware(['api', 'LittleSkin\YggdrasilConnect\Middleware\CheckBearerTokenYggdrasil'])

0 commit comments

Comments
 (0)