From 7dda8443faed6b2d4601a919cd8e312c01f5bed2 Mon Sep 17 00:00:00 2001 From: Tushar <72930233+tusharmane-tm@users.noreply.github.com> Date: Mon, 2 Feb 2026 12:22:38 +0530 Subject: [PATCH] feat: Add acme-services path mappings configuration. --- paths.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 paths.json diff --git a/paths.json b/paths.json new file mode 100644 index 0000000..11874e6 --- /dev/null +++ b/paths.json @@ -0,0 +1,7 @@ +{ + "mappings": [ + "/content/acme-services-ue/:/", + "/content/acme-services-ue/metadata:/metadata.json", + "/content/acme-services-ue/configuration:/.helix/config.json" + ] +}