mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-02-25 20:50:05 -05:00
small fixes
This commit is contained in:
parent
beb6b4a13f
commit
4f87a7a60e
@ -1,6 +1,6 @@
|
||||
module github.com/zoriya/kyoo/keibi
|
||||
|
||||
go 1.25.0
|
||||
go 1.26.0
|
||||
|
||||
toolchain go1.26.0
|
||||
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user