implement review feedback

This commit is contained in:
Willy Kloucek
2022-08-17 12:25:55 +02:00
parent c3a021512b
commit 067e614713
+2 -2
View File
@@ -14,9 +14,9 @@ func FrontendConfigFromStruct(cfg *config.Config) (map[string]interface{}, error
webURL, err := url.Parse(cfg.PublicURL)
if err != nil {
return map[string]interface{}{}, err
return nil, err
}
webURL.Path = "/external"
webURL.Path = path.Join(webURL.Path, "/external")
webOpenInAppURL := webURL.String()
archivers := []map[string]interface{}{