summaryrefslogtreecommitdiffstats
path: root/api4/preference.go
diff options
context:
space:
mode:
Diffstat (limited to 'api4/preference.go')
-rw-r--r--api4/preference.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/api4/preference.go b/api4/preference.go
index 355c06ec5..41c200bd0 100644
--- a/api4/preference.go
+++ b/api4/preference.go
@@ -7,9 +7,9 @@ import (
"net/http"
l4g "github.com/alecthomas/log4go"
- "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 InitPreference() {