mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-01 08:20:02 -05:00
implement review feedback
This commit is contained in:
@@ -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{}{
|
||||
|
||||
Reference in New Issue
Block a user