Fixed typo
This commit is contained in:
parent
6e87268930
commit
2f490ee3ee
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -276,7 +276,7 @@ func main() {
|
|||
})
|
||||
|
||||
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) {
|
||||
|
|
Reference in a new issue