summaryrefslogtreecommitdiffstats
path: root/app/cluster_handlers.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/cluster_handlers.go')
-rw-r--r--app/cluster_handlers.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/cluster_handlers.go b/app/cluster_handlers.go
index f8bd8fe0e..daf87e886 100644
--- a/app/cluster_handlers.go
+++ b/app/cluster_handlers.go
@@ -6,8 +6,8 @@ package app
import (
"strings"
- "github.com/mattermost/platform/einterfaces"
- "github.com/mattermost/platform/model"
+ "github.com/mattermost/mattermost-server/einterfaces"
+ "github.com/mattermost/mattermost-server/model"
)
func (a *App) RegisterAllClusterMessageHandlers() {