2021-11-04 10:31:26 +00:00
|
|
|
import registerReportMethods from '../reports';
|
2018-10-21 12:49:33 +00:00
|
|
|
|
2021-11-04 10:31:26 +00:00
|
|
|
export default function registerServerMethods() {
|
2018-10-21 12:49:33 +00:00
|
|
|
registerReportMethods();
|
2022-01-20 20:57:29 +00:00
|
|
|
}
|