From f133acf8a1ec5b797b48e3d9224baea631a2a85c Mon Sep 17 00:00:00 2001 From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> Date: Sat, 17 Jun 2023 11:11:41 +0300 Subject: feat: update main --- main.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'main.go') diff --git a/main.go b/main.go index 991f3c0..8aaa80c 100644 --- a/main.go +++ b/main.go @@ -31,8 +31,6 @@ func main() { } router := gin.Default() database.ConnectDB() - // For frontend static serving - only for local debug - // router.Use(static.Serve("/", static.LocalFile("./frontend/build", true))) routes.InitRoutes(router) router.Run(fmt.Sprintf(":%s", os.Getenv("PORT"))) } -- cgit v1.2.3