From 531fc83a1aa1ffc9b35f66f97a90895174d89ef4 Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Thu, 30 Jun 2022 15:07:57 +0200 Subject: [PATCH] Added another comment --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index e351dc7..acd77b3 100644 --- a/main.go +++ b/main.go @@ -24,6 +24,7 @@ func main() { app.Use(logger.New()) app.Use(recover.New()) + // Static files app.Static("/", "/_frontend/dist") app.Route("/api", router.Api)