summaryrefslogtreecommitdiffstats
path: root/app/app.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/app.go')
-rw-r--r--app/app.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/app.go b/app/app.go
index 636f0a428..26aed4c73 100644
--- a/app/app.go
+++ b/app/app.go
@@ -63,6 +63,8 @@ type App struct {
clientLicenseValue atomic.Value
licenseListeners map[string]func()
+ siteURL string
+
newStore func() store.Store
htmlTemplateWatcher *utils.HTMLTemplateWatcher