Fixed typo

This commit is contained in:
Tracker-Friendly 2024-04-29 21:23:15 +01:00
parent 6e87268930
commit 2f490ee3ee
1 changed files with 1 additions and 1 deletions

View File

@ -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) {