From 7008ad1e4a47601248532f870db9576bfdda28ba Mon Sep 17 00:00:00 2001 From: HyperionLegion Date: Wed, 11 Aug 2021 21:16:52 -0400 Subject: [PATCH] prod oauth fix --- .env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index b05c9a4..9643b21 100644 --- a/.env +++ b/.env @@ -1,2 +1,2 @@ -REACT_APP_API_PROD=http://localhost:5000/ -REACT_APP_API_LOCAL=https://api.wheelshare.app/ +REACT_APP_API_LOCAL=http://localhost:5000/ +REACT_APP_API_PROD=https://api.wheelshare.app/