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