From 4aed56fe0e25b1b06199b4a91382e908d2536bb0 Mon Sep 17 00:00:00 2001 From: Richard Davis Date: Wed, 4 Dec 2024 13:44:51 -0500 Subject: [PATCH] Adds entry for supply reordering app under /my-health (#2354) * Adds entry for supply reordering app under /my-health * Set appName and productId to valuess in vets-website/src/applications/mhv-supply-reordering/manifest.json --- src/applications/registry.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/applications/registry.json b/src/applications/registry.json index 979246c7cb..34435342d1 100644 --- a/src/applications/registry.json +++ b/src/applications/registry.json @@ -1780,6 +1780,16 @@ "layout": "page-react.html" } }, + { + "appName": "Order Medical Supplies", + "entryName": "mhv-supply-reordering", + "rootUrl": "/my-health/order-supplies", + "productId": "9f2025da-09d6-469f-8d6e-811e7afa7582", + "template": { + "vagovprod": false, + "layout": "page-react.html" + } + }, { "appName": "Demo: File for disability compensation - New conditions", "entryName": "new-conditions",