From 7cbf34204233df7c7e9e4b24998e25dbd8d2a423 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 27 Jul 2024 19:02:32 +0900 Subject: organize dockerfiles and compose.yaml --- backend/main.go | 6 ------ 1 file changed, 6 deletions(-) (limited to 'backend/main.go') diff --git a/backend/main.go b/backend/main.go index 257647c..26859e5 100644 --- a/backend/main.go +++ b/backend/main.go @@ -165,12 +165,6 @@ func main() { e := echo.New() - e.Static("/assets", "public/assets") - - e.GET("/*", func(c echo.Context) error { - return c.File("public/index.html") - }) - e.GET("/sock/golf/:gameId/watch", func(c echo.Context) error { gameId := c.Param("gameId") gameIdInt, err := strconv.Atoi(gameId) -- cgit v1.2.3-70-g09d2