DB restructure, print page

This commit is contained in:
Jason Jordan
2026-03-13 08:47:13 -04:00
parent 6a068243f4
commit 8c885b3e76
73 changed files with 1362 additions and 325 deletions
@@ -14,7 +14,7 @@ export default class extends Controller {
return;
}
const url = `/id_card_benefits_templates/get_template_benefits/${templateId}`
const url = `/id_card/plans/${templateId}/get_plan_benefits`
const response = await fetch(url);
const templateBenefitsData = await response.json();