diff --git a/main.go b/main.go index 3b6b05f..ac75de2 100644 --- a/main.go +++ b/main.go @@ -48,7 +48,7 @@ func main() { AllowCredentials: true, })) - app.Get("/sse", func(c *fiber.Ctx) error { + app.Get("/", func(c *fiber.Ctx) error { c.Set("Content-Type", "text/event-stream") c.Set("Cache-Control", "no-cache") c.Set("Connection", "keep-alive")