Skip to content

Commit

Permalink
Move snapshot and update functions into bases
Browse files Browse the repository at this point in the history
Add forms for managing bases, custom reports
  • Loading branch information
joewiz committed Mar 23, 2021
1 parent 9ceb207 commit d3a38e2
Show file tree
Hide file tree
Showing 4 changed files with 764 additions and 283 deletions.
2 changes: 0 additions & 2 deletions modules/api.xq
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ declare namespace output="http://www.w3.org/2010/xslt-xquery-serialization";

import module namespace app="http://joewiz.org/ns/xquery/airlock/app" at "app.xqm";
import module namespace bases="http://joewiz.org/ns/xquery/airlock/bases" at "bases.xqm";
import module namespace snapshot="http://joewiz.org/ns/xquery/airlock/snapshot" at "snapshot.xqm";
import module namespace update="http://joewiz.org/ns/xquery/airlock/update" at "update.xqm";
import module namespace config="http://joewiz.org/ns/xquery/airlock/config" at "config.xqm";
import module namespace keys="http://joewiz.org/ns/xquery/airlock/keys" at "keys.xqm";

Expand Down
Loading

0 comments on commit d3a38e2

Please sign in to comment.