Skip to content

Commit

Permalink
Comment out unused declaration in controller.xql
Browse files Browse the repository at this point in the history
  • Loading branch information
djbpitt committed Nov 7, 2023
1 parent 88e08e9 commit 75d2c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller.xql
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ declare variable $exist:controller external;
declare variable $exist:path external;
declare variable $exist:resource external;

declare variable $uri as xs:anyURI := request:get-uri();
(: declare variable $uri as xs:anyURI := request:get-uri(); :)
declare variable $context as xs:string := request:get-context-path();
declare variable $ftcontroller as xs:string := concat($context, $exist:prefix, $exist:controller, '/');

Expand Down

0 comments on commit 75d2c23

Please sign in to comment.