We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec0d3ea commit ee4ae33Copy full SHA for ee4ae33
core/http/app.go
@@ -89,7 +89,7 @@ func App(cl *config.BackendConfigLoader, ml *model.ModelLoader, appConfig *confi
89
90
app := fiber.New(fiberCfg)
91
92
- app.Use(func(c *fiber.Ctx) error {
+ app.Use("/v1/realtime", func(c *fiber.Ctx) error {
93
if websocket.IsWebSocketUpgrade(c) {
94
// Returns true if the client requested upgrade to the WebSocket protocol
95
return c.Next()
0 commit comments