Server static files.

This commit is contained in:
CronyAkatsuki 2023-12-19 20:50:26 +01:00
parent 929df87147
commit 34f04d3380

View File

@ -17,6 +17,8 @@ func main() {
e.Renderer = t
e.Static("/", "static")
e.GET("/", Index)
e.Logger.Fatal(e.Start(":1323"))