mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 10:17:07 +00:00
6 lines
185 B
JavaScript
6 lines
185 B
JavaScript
|
|
exports.jwt = require('./jwt');
|
|
exports.authentify = require('./authentify');
|
|
exports.access = require('./access');
|
|
exports.operations = require('./operations'); // FIXME this is crap
|