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 9d44c358c..5bc418e0d 100644
--- a/app/app.go
+++ b/app/app.go
@@ -66,6 +66,8 @@ type App struct {
clientLicenseValue atomic.Value
licenseListeners map[string]func()
+ siteURL string
+
newStore func() store.Store
htmlTemplateWatcher *utils.HTMLTemplateWatcher