mirror of
https://github.com/mudler/LocalAI.git
synced 2025-01-22 20:38:12 +00:00
Fix route
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
6a33eb37eb
commit
c653c859d3
@ -88,7 +88,7 @@ func API(application *application.Application) (*fiber.App, error) {
|
||||
|
||||
router := fiber.New(fiberCfg)
|
||||
|
||||
router.Use(func(c *fiber.Ctx) error {
|
||||
router.Use("/v1/realtime", func(c *fiber.Ctx) error {
|
||||
if websocket.IsWebSocketUpgrade(c) {
|
||||
// Returns true if the client requested upgrade to the WebSocket protocol
|
||||
return c.Next()
|
||||
|
Loading…
Reference in New Issue
Block a user