From fd41e9a7a8fdea00413dde2beb0b5360ab9ed407 Mon Sep 17 00:00:00 2001 From: nomadics9 Date: Tue, 31 Dec 2024 07:37:11 +0300 Subject: [PATCH] index --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index c37ad31..0a19b7f 100644 --- a/main.go +++ b/main.go @@ -239,7 +239,7 @@ func main() { router.POST("/notify", notifyHandler) router.GET("/", func(c *gin.Context) { - c.File("frontend.html") + c.File("index.html") }) fmt.Println("Webhook server running on port 8080")