From d3a0b5f7a156c4b2cc93ddc8b399507e77480272 Mon Sep 17 00:00:00 2001 From: Patrick LaRocque Date: Wed, 18 Sep 2024 19:25:34 -0400 Subject: [PATCH] Update test-ehr NCPDP SCRIPT Endpoint --- backend/env.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/env.json b/backend/env.json index cc05b6a..138415c 100644 --- a/backend/env.json +++ b/backend/env.json @@ -52,7 +52,7 @@ }, "EHR_RXFILL_URL": { "type": "string", - "default": "http://localhost:8080/test-ehr/script/rxfill" + "default": "http://localhost:8080/test-ehr/ncpdp/script" }, "USE_INTERMEDIARY": { "type": "boolean",