From cb4885cadf1a12cd04715ec80b9da89441d77ffc Mon Sep 17 00:00:00 2001 From: Aaron Sun Date: Sun, 20 Oct 2019 21:49:21 -0400 Subject: [PATCH] Switched proxy back to cloud --- twistter-frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twistter-frontend/package.json b/twistter-frontend/package.json index 9289adf..f03c528 100644 --- a/twistter-frontend/package.json +++ b/twistter-frontend/package.json @@ -39,5 +39,5 @@ "last 1 safari version" ] }, - "proxy": "http://localhost:5001/twistter-e4649/us-central1/api" + "proxy": "https://us-central1-twistter-e4649.cloudfunctions.net/api" }