remove leading slash

This commit is contained in:
Willy Kloucek
2022-08-18 09:35:48 +02:00
parent fe53db9440
commit 70bce6b3f0
+1 -1
View File
@@ -16,7 +16,7 @@ func FrontendConfigFromStruct(cfg *config.Config) (map[string]interface{}, error
if err != nil {
return nil, err
}
webURL.Path = path.Join(webURL.Path, "/external")
webURL.Path = path.Join(webURL.Path, "external")
webOpenInAppURL := webURL.String()
archivers := []map[string]interface{}{