summaryrefslogtreecommitdiffstats
path: root/wsapi/api.go
diff options
context:
space:
mode:
Diffstat (limited to 'wsapi/api.go')
-rw-r--r--wsapi/api.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/wsapi/api.go b/wsapi/api.go
index 0a737fe5c..4de0f265f 100644
--- a/wsapi/api.go
+++ b/wsapi/api.go
@@ -4,7 +4,7 @@
package wsapi
import (
- "github.com/mattermost/platform/app"
+ "github.com/mattermost/mattermost-server/app"
)
func InitRouter() {