Fixed typo
This commit is contained in:
parent
6e87268930
commit
2f490ee3ee
2
main.go
2
main.go
|
@ -276,7 +276,7 @@ func main() {
|
||||||
})
|
})
|
||||||
|
|
||||||
router.GET("/aeskeyshare", func(c *gin.Context) {
|
router.GET("/aeskeyshare", func(c *gin.Context) {
|
||||||
c.HTML(200, "keyshare.html", gin.H{})
|
c.HTML(200, "aeskeyshare.html", gin.H{})
|
||||||
})
|
})
|
||||||
|
|
||||||
router.GET("/.well-known/openid-configuration", func(c *gin.Context) {
|
router.GET("/.well-known/openid-configuration", func(c *gin.Context) {
|
||||||
|
|
Reference in New Issue