summaryrefslogtreecommitdiffstats
path: root/wsapi/websocket_handler.go
diff options
context:
space:
mode:
Diffstat (limited to 'wsapi/websocket_handler.go')
-rw-r--r--wsapi/websocket_handler.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/wsapi/websocket_handler.go b/wsapi/websocket_handler.go
index 93f644958..5dfa5bdb0 100644
--- a/wsapi/websocket_handler.go
+++ b/wsapi/websocket_handler.go
@@ -8,9 +8,9 @@ import (
"net/http"
- "github.com/mattermost/platform/app"
- "github.com/mattermost/platform/model"
- "github.com/mattermost/platform/utils"
+ "github.com/mattermost/mattermost-server/app"
+ "github.com/mattermost/mattermost-server/model"
+ "github.com/mattermost/mattermost-server/utils"
)
func ApiWebSocketHandler(wh func(*model.WebSocketRequest) (map[string]interface{}, *model.AppError)) webSocketHandler {