mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 10:57:07 +00:00
This will be used by the new event dialogue in the frontend to get shotpoint information when creating or editing events.
8 lines
128 B
JavaScript
8 lines
128 B
JavaScript
module.exports = {
|
|
list: require('./list'),
|
|
get: require('./get'),
|
|
patch: require('./patch'),
|
|
|
|
point: require('./point')
|
|
};
|