Update the home page for Simply Jetpacks

This commit is contained in:
Andrew Miner
2015-04-11 10:35:23 -07:00
parent 21ad85b125
commit b2d8c05fe9
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ if typeof(global) is 'undefined'
global.logger = new Logger
switch window.location.hostname
when 'local.crafting-guide.com'
when 'local.crafting-guide.com', 'localhost'
global.env = 'local'
logger.level = Logger.DEBUG
apiBaseUrl = 'http://local.crafting-guide.com:8001'