remove avatar default

This commit is contained in:
Umputun
2018-05-01 21:09:03 -05:00
parent 10dc6e0cd0
commit 84acf6ed0d
5 changed files with 17 additions and 71 deletions
+3 -4
View File
@@ -50,10 +50,9 @@ func (s *Rest) Run(port int) {
}
s.amdminService = admin{
dataService: s.DataService,
exporter: s.Exporter,
cache: s.Cache,
defAvatarURL: s.Authenticator.AvatarProxy.Default(),
dataService: s.DataService,
exporter: s.Exporter,
cache: s.Cache,
}
router := chi.NewRouter()
+1
View File
@@ -23,6 +23,7 @@ import (
"github.com/umputun/remark/app/store"
)
var testDb = "/tmp/test-remark.db"
var testHTML = "/tmp/test-remark.html"