mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 08:37:07 +00:00
6 lines
78 B
JavaScript
6 lines
78 B
JavaScript
|
|
module.exports = {
|
|
get: require('./get'),
|
|
history: require('./history'),
|
|
}
|