mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-05-27 09:32:35 -04:00
small fixes
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
module github.com/zoriya/kyoo/keibi
|
||||
|
||||
go 1.25.0
|
||||
go 1.26.0
|
||||
|
||||
toolchain go1.26.0
|
||||
|
||||
|
||||
+1
-2
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user