This commit is contained in:
nomadics9 2024-12-31 07:37:11 +03:00
parent 3a8fa0772d
commit fd41e9a7a8

View file

@ -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")