Skip to content

Commit

Permalink
Fixes #1. Add an aliased route to match minecraftservices URL scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
erickskrauch committed Dec 24, 2024
1 parent 80f29e4 commit 744dfcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/http/profilecerts.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ func NewProfileCertificatesApi(

func (s *ProfilesCertificatesApi) DefineRoutes(r gin.IRouter) {
r.POST("/certificates", s.getCertificatesHandler)
r.POST("/player/certificates", s.getCertificatesHandler)
r.GET("/publickeys", s.getPublicKeysHandler)
}

Expand Down

0 comments on commit 744dfcf

Please sign in to comment.