From e9ce7cf6be761ea1c989510b37ab725ee7e988c1 Mon Sep 17 00:00:00 2001 From: Austin Pray Date: Mon, 3 Oct 2016 21:05:40 -0500 Subject: [PATCH] Staging GA Code --- config/staging.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/staging.js b/config/staging.js index d60bd06..7d7e04a 100644 --- a/config/staging.js +++ b/config/staging.js @@ -1,5 +1,5 @@ // staging config module.exports = { apiEntry: "https://exploreapollo-api-staging.herokuapp.com", - GoogleAnalyticsCode: "UA-83921870-1" + GoogleAnalyticsCode: "UA-83921870-2" };