Added server side job calculation. BOD-267

This commit is contained in:
Patrick Fic
2020-08-21 15:48:48 -07:00
parent 488e316550
commit 4a92ef03cc
6 changed files with 362 additions and 7 deletions

1
server/job/job.js Normal file
View File

@@ -0,0 +1 @@
exports.totals = require("./job-totals").default;