From 0c3210fae724870809d462aaa1c5fedf336d8f54 Mon Sep 17 00:00:00 2001 From: Joachim Van Herwegen Date: Mon, 5 Jul 2021 13:13:02 +0200 Subject: [PATCH] fix: Fix incorrect path in https example config --- config/example-https-file.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/example-https-file.json b/config/example-https-file.json index 7e9e3cc72..9e003eedc 100644 --- a/config/example-https-file.json +++ b/config/example-https-file.json @@ -10,13 +10,13 @@ "files-scs:config/identity/email/default.json", "files-scs:config/identity/handler/default.json", "files-scs:config/identity/ownership/token.json", + "files-scs:config/identity/pod/static.json", "files-scs:config/ldp/authentication/dpop-bearer.json", "files-scs:config/ldp/authorization/webacl.json", "files-scs:config/ldp/handler/default.json", "files-scs:config/ldp/metadata-parser/default.json", "files-scs:config/ldp/metadata-writer/default.json", "files-scs:config/ldp/permissions/acl.json", - "files-scs:config/pod/handler/static.json", "files-scs:config/storage/key-value/memory.json", "files-scs:config/storage/resource-store/file.json", "files-scs:config/util/auxiliary/acl.json",