merged with fixes
This commit is contained in:
parent
a9e758b712
commit
2f1818d656
176 changed files with 9000 additions and 907 deletions
|
|
@ -130,7 +130,7 @@ func newHandler(cfg Config, logger *zap.Logger) (http.Handler, error) {
|
|||
return nil, fmt.Errorf("public Web sticker set resolver is nil")
|
||||
}
|
||||
if strings.TrimSpace(cfg.AppName) == "" {
|
||||
cfg.AppName = branding.ProductName
|
||||
cfg.AppName = branding.ProductName()
|
||||
}
|
||||
if cfg.PublicBaseURL, err = links.ValidateBaseURL(cfg.PublicBaseURL); err != nil {
|
||||
return nil, fmt.Errorf("public base URL: %w", err)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue