small fixes

This commit is contained in:
Arlan Lloyd 2026-02-24 15:00:38 +00:00
parent beb6b4a13f
commit 4f87a7a60e
2 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,6 @@
module github.com/zoriya/kyoo/keibi
go 1.25.0
go 1.26.0
toolchain go1.26.0

View File

@ -354,8 +354,7 @@ func main() {
r.POST("/keys", h.CreateApiKey)
r.DELETE("/keys/:id", h.DeleteApiKey)
g.GET("/jwt", h.CreateJwt)
g.POST("/jwt", h.CreateJwt)
g.Any("/jwt", h.CreateJwt)
g.Any("/jwt/*", h.CreateJwt)
e.GET("/.well-known/jwks.json", h.GetJwks)
e.GET("/.well-known/openid-configuration", h.GetOidcConfig)