From 2955f957d4a2b561dac57e23c831a804e8068490 Mon Sep 17 00:00:00 2001 From: duochen13 Date: Sat, 11 Dec 2021 23:31:56 -0500 Subject: [PATCH] maint: add local base url --- client/src/constants.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/constants.js b/client/src/constants.js index bf4444b..138b59c 100644 --- a/client/src/constants.js +++ b/client/src/constants.js @@ -1,5 +1,5 @@ -// const BASE_URL = 'http://localhost:5000'; -const BASE_URL = 'https://w4156-alohomora.herokuapp.com'; +const BASE_URL = 'http://localhost:5000'; +// const BASE_URL = 'https://w4156-alohomora.herokuapp.com'; export { BASE_URL };