summaryrefslogtreecommitdiffstats
path: root/api/context.go
diff options
context:
space:
mode:
Diffstat (limited to 'api/context.go')
-rw-r--r--api/context.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/context.go b/api/context.go
index 349cbd5b6..e77f6da24 100644
--- a/api/context.go
+++ b/api/context.go
@@ -26,9 +26,9 @@ type Context struct {
IpAddress string
Path string
Err *model.AppError
+ siteURL string
teamURLValid bool
teamURL string
- siteURL string
T goi18n.TranslateFunc
Locale string
TeamId string