From f895f512a43f7e2a17feed89a66d8c1fc0ac2052 Mon Sep 17 00:00:00 2001 From: alexvcs Date: Mon, 16 Dec 2024 13:25:43 -0500 Subject: [PATCH] add prod false Co-authored-by: Steve Smodish --- base-client/src/environments/environment.development.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/base-client/src/environments/environment.development.ts b/base-client/src/environments/environment.development.ts index c7a23cf..8d9dc43 100644 --- a/base-client/src/environments/environment.development.ts +++ b/base-client/src/environments/environment.development.ts @@ -1,3 +1,4 @@ export const environment = { + production: false, apiURL: 'http://localhost:5100/api/selections' };