From 70bce6b3f0df342383c0a83f0451219e479e2d08 Mon Sep 17 00:00:00 2001 From: Willy Kloucek Date: Thu, 18 Aug 2022 09:35:48 +0200 Subject: [PATCH] remove leading slash --- services/frontend/pkg/revaconfig/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/frontend/pkg/revaconfig/config.go b/services/frontend/pkg/revaconfig/config.go index f53e1202d..a247f7b5b 100644 --- a/services/frontend/pkg/revaconfig/config.go +++ b/services/frontend/pkg/revaconfig/config.go @@ -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{}{