mirror of
https://github.com/unmojang/drasl.git
synced 2025-09-09 15:18:55 -04:00
Add back missing authlib-injector account routes
This commit is contained in:
parent
b201152c5c
commit
49ddfa6f7f
4
main.go
4
main.go
@ -295,6 +295,10 @@ func (app *App) MakeServer() *echo.Echo {
|
|||||||
e.GET("/account/users/profiles/minecraft/:playerName", accountPlayerNameToID)
|
e.GET("/account/users/profiles/minecraft/:playerName", accountPlayerNameToID)
|
||||||
e.POST("/account/profiles/minecraft", accountPlayerNamesToIDs)
|
e.POST("/account/profiles/minecraft", accountPlayerNamesToIDs)
|
||||||
|
|
||||||
|
e.GET("/authlib-injector/api/user/security/location", accountVerifySecurityLocation)
|
||||||
|
e.GET("/authlib-injector/api/users/profiles/minecraft/:playerName", accountPlayerNameToID)
|
||||||
|
e.POST("/authlib-injector/api/profiles/minecraft", accountPlayerNamesToIDs)
|
||||||
|
|
||||||
// Session
|
// Session
|
||||||
sessionHasJoined := SessionHasJoined(app)
|
sessionHasJoined := SessionHasJoined(app)
|
||||||
sessionCheckServer := SessionCheckServer(app)
|
sessionCheckServer := SessionCheckServer(app)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user