Styled login ui

This commit is contained in:
2023-07-17 17:10:16 +01:00
parent f5f19f6dd4
commit b3d846c6f4
4 changed files with 19 additions and 10 deletions

View File

@@ -174,7 +174,7 @@ func main() {
router.GET("/", func(c *gin.Context) {
c.HTML(http.StatusOK, "index.html", gin.H{})
})
router.Static("/", "./frontend")
router.Static("/frontend", "./frontend")
// asset routes
router.Static("/scripts", "./scripts")