mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
more bits
This commit is contained in:
@ -13,6 +13,7 @@ const models = [
|
||||
'TestRun',
|
||||
'TimeClockException',
|
||||
'TimeClockSpan',
|
||||
'TimeSheet',
|
||||
'User',
|
||||
'Workorder'
|
||||
];
|
||||
|
@ -107,6 +107,7 @@ module.exports = function (app, auth, piler, calendar, directory, config) {
|
||||
app.get('/api/timesheet/summary', timesheet.summary);
|
||||
app.get('/api/timesheet/:user_id/daysWorked', timesheet.daysWorked);
|
||||
app.get('/api/timesheet/:user_id/summary', timesheet.userSummary);
|
||||
app.post('/api/timesheet/:user_id/approve', timesheet.approve);
|
||||
|
||||
var pms = require('../app/controllers/pms');
|
||||
app.get('/api/pms', pms.index);
|
||||
|
Reference in New Issue
Block a user