1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
From: Markus Koschany <apo@debian.org>
Date: Wed, 24 Aug 2022 20:00:15 +0200
Subject: butterfly.properties
---
main/webapp/WEB-INF/butterfly.properties | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main/webapp/WEB-INF/butterfly.properties b/main/webapp/WEB-INF/butterfly.properties
index e16262b..67be507 100644
--- a/main/webapp/WEB-INF/butterfly.properties
+++ b/main/webapp/WEB-INF/butterfly.properties
@@ -24,7 +24,7 @@ butterfly.default.mountpoint = /extension
# ---------- Module ------
butterfly.modules.path = modules
-butterfly.modules.path = ../../extensions
+butterfly.modules.path = extensions
# Add more paths here if your extensions live elsewhere.
# Relative paths are relative to refine/main/webapp/
|