Move old analytics lib to v2 directory.

This commit is contained in:
Blade Barringer
2015-11-12 07:51:51 -06:00
parent 40fab075e2
commit 9a3e4c8f8b
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -172,7 +172,7 @@ module.exports.setupConfig = function(){
//if (nconf.get('IS_PROD'))
//require('newrelic');
var analytics = IS_PROD && require('./analytics');
var analytics = IS_PROD && require('./api-v2/analytics');
var analyticsTokens = {
amplitudeToken: nconf.get('AMPLITUDE_KEY'),
googleAnalytics: nconf.get('GA_ID')