From b2c66f1be86b262b28b6c086c217e6a308b3bfd7 Mon Sep 17 00:00:00 2001 From: jsimonVA <88905347+jsimonVA@users.noreply.github.com> Date: Mon, 23 Oct 2023 09:31:55 -0500 Subject: [PATCH] added verify your enrollment to vets-website updated content-build (#1751) --- src/applications/registry.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/applications/registry.json b/src/applications/registry.json index be41c99c6c..72476d5870 100644 --- a/src/applications/registry.json +++ b/src/applications/registry.json @@ -1632,5 +1632,15 @@ "vagovprod": false, "layout": "page-react.html" } + }, + { + "appName": "Verify Your Enrollment", + "entryName": "verify-your-enrollment", + "rootUrl": "/education/verify-your-enrollment", + "productId": "90b61c25-80ce-444f-89fb-eb186b52bfe6", + "template": { + "vagovprod": false, + "layout": "page-react.html" + } } ]