From b6af459d44b9b6aec6f6931f3df020964539a199 Mon Sep 17 00:00:00 2001 From: William Brawner Date: Wed, 24 Nov 2021 16:27:04 -0700 Subject: [PATCH] Update API url in production environment --- src/environments/environment.prod.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/environments/environment.prod.ts b/src/environments/environment.prod.ts index 932df64..18120b9 100644 --- a/src/environments/environment.prod.ts +++ b/src/environments/environment.prod.ts @@ -1,4 +1,4 @@ export const environment = { production: true, - apiUrl: '/api' + apiUrl: 'https://twigs.api.wbrawner.com/api' };