Refactor task claiming and implement basic claim functionality.
This commit is contained in:
@@ -268,6 +268,7 @@ app.post(
|
||||
payroll.calculatelabor
|
||||
);
|
||||
app.post("/payroll/payall", fb.validateFirebaseIdToken, payroll.payall);
|
||||
app.post("/payroll/claimtask", fb.validateFirebaseIdToken, payroll.claimtask);
|
||||
|
||||
var ioevent = require("./server/ioevent/ioevent");
|
||||
app.post("/ioevent", ioevent.default);
|
||||
|
||||
Reference in New Issue
Block a user