diff --git a/src/coffee/main.coffee b/src/coffee/main.coffee index 4e348f838..2fa1591cf 100644 --- a/src/coffee/main.coffee +++ b/src/coffee/main.coffee @@ -33,7 +33,7 @@ switch window.location.hostname when 'new.crafting-guide.com' global.env = 'staging' logger.level = Logger.VERBOSE - apiBaseUrl = 'https://crafting-guide-production.herokuapp.com' + apiBaseUrl = 'https://crafting-guide-staging.herokuapp.com' when 'crafting-guide.com' global.env = 'production' logger.level = Logger.INFO