mirror of
https://github.com/elyby/accounts.git
synced 2025-05-31 14:11:46 +05:30
#20 Quick implementation of the https://api.minecraftservices.com/minecraft/profile endpoint [deploy dev]
This commit is contained in:
@@ -46,6 +46,7 @@ return [
|
||||
'/mojang/profiles/<username>' => 'mojang/api/uuid-by-username',
|
||||
'/mojang/profiles/<uuid>/names' => 'mojang/api/usernames-by-uuid',
|
||||
'POST /mojang/profiles' => 'mojang/api/uuids-by-usernames',
|
||||
'GET /mojang/services/minecraft/profile' => 'mojang/services/profile',
|
||||
|
||||
// authlib-injector
|
||||
'/authlib-injector/authserver/<action>' => 'authserver/authentication/<action>',
|
||||
|
Reference in New Issue
Block a user