Skip to content

Commit

Permalink
Update comment before PDF download helpdesk server route
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneymyers committed Mar 1, 2024
1 parent be110c7 commit 236c1be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/server/app/routes/help.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ router.get("/formio/submission/:rebateYear/:formType/:id", (req, res) => {
});
});

// --- get an existing form's submission PDF from Formio
// --- get a PDF of an existing form's submission from Formio
router.get("/formio/pdf/:formId/:mongoId", (req, res) => {
const { formId, mongoId } = req.params;

Expand Down

0 comments on commit 236c1be

Please sign in to comment.