missing remark bas url in img proxy

This commit is contained in:
Umputun
2018-05-18 10:45:32 -05:00
parent 12f3e1ca5c
commit dcbe184f55
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ func main() {
DataService: dataService,
Exporter: &exporter,
WebRoot: opts.WebRoot,
ImageProxy: proxy.Image{Enabled: opts.ImageProxy, RoutePath: "/api/v1/img"},
ImageProxy: proxy.Image{Enabled: opts.ImageProxy, RoutePath: "/api/v1/img", RemarkURL: opts.RemarkURL},
Authenticator: auth.Authenticator{
Admins: opts.Admins,
SessionStore: sessionStore,