From 801e3e1f3bd1729ca6565737a81b69a79ed62f31 Mon Sep 17 00:00:00 2001 From: Ray Schamp Date: Wed, 7 Oct 2015 19:20:09 -0400 Subject: [PATCH] Use the default stated in the docs --- src/environment.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/environment.js b/src/environment.js index 54c35a65f..acec1988c 100644 --- a/src/environment.js +++ b/src/environment.js @@ -1,3 +1,3 @@ module.exports = { - API_HOST: JSON.stringify(process.env.API_HOST || 'http://staging.scratch.mit.edu') + API_HOST: JSON.stringify(process.env.API_HOST || 'http://api-staging.scratch.mit.edu') };