Skip to content

Commit

Permalink
Adding todo
Browse files Browse the repository at this point in the history
  • Loading branch information
hgorges committed Aug 27, 2024
1 parent 0143508 commit 033d5d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/routes/userRoutes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ const userRouter = express.Router();

userRouter.get('/', renderDashboardPage);

// TODO add route for daily briefing pdf to download and/or mail to user
// utilize fs.createReadStream(path).pipe(res) to download file (and mail?)

userRouter.get('/admin', renderAdminPage);

userRouter.post('/switch-location', validateEmptyBody, switchLocation);
Expand Down

0 comments on commit 033d5d2

Please sign in to comment.