Skip to content

Commit 6f6e9fa

Browse files
committed
[hotfix] Restore app module import
… now that app:redirect-to is used
1 parent b48648f commit 6f6e9fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/find.xq

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ xquery version "3.1";
66
: The info parameter can be used for troubleshooting
77
:)
88

9+
import module namespace app="http://exist-db.org/xquery/app" at "app.xqm";
910
import module namespace config="http://exist-db.org/xquery/apps/config" at "config.xqm";
1011
import module namespace versions="http://exist-db.org/apps/public-repo/versions" at "versions.xqm";
1112

0 commit comments

Comments
 (0)