Skip to content

Commit

Permalink
fix: cookie module must be exported
Browse files Browse the repository at this point in the history
  • Loading branch information
line-o committed Sep 22, 2024
1 parent 7f4dde5 commit e15d551
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion content/auth.xql
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import module namespace session = "http://exist-db.org/xquery/session";
import module namespace router="http://e-editiones.org/roaster/router";
import module namespace rutil="http://e-editiones.org/roaster/util";
import module namespace errors="http://e-editiones.org/roaster/errors";
import module namespace cookie="http://e-editiones.org/roaster/cookie" at "cookie.xqm";
import module namespace cookie="http://e-editiones.org/roaster/cookie";

(: API Request Authentication and Authorisation :)

Expand Down
4 changes: 4 additions & 0 deletions expath-pkg.xml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,8 @@
<namespace>http://e-editiones.org/roaster/body</namespace>
<file>body.xqm</file>
</xquery>
<xquery>
<namespace>http://e-editiones.org/roaster/cookie</namespace>
<file>cookie.xqm</file>
</xquery>
</package>

0 comments on commit e15d551

Please sign in to comment.