From 81d970683091a592fb8835ac54c4dcc6b07d1f18 Mon Sep 17 00:00:00 2001 From: garrettmills Date: Fri, 7 Feb 2020 22:26:43 -0600 Subject: [PATCH] Add API base for prod build --- src/environments/environment.prod.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/environments/environment.prod.ts b/src/environments/environment.prod.ts index 3612073..1c7097a 100644 --- a/src/environments/environment.prod.ts +++ b/src/environments/environment.prod.ts @@ -1,3 +1,4 @@ export const environment = { - production: true + production: true, + backendBase: '/', };