more bits

This commit is contained in:
Dobie Wollert
2015-12-20 23:44:49 -08:00
parent a680042374
commit 977ea41cef
6 changed files with 198 additions and 31 deletions

View File

@ -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);