Skip to content

Commit

Permalink
proper env server
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasdavis committed Jul 5, 2013
1 parent 4c68818 commit 6f617bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/packages.json.js
Expand Up @@ -93,6 +93,6 @@ glob("ajax/libs/**/package.json", function (error, matches) {
});

var request = require('superagent');
$.get(process.env.ENV_VARIABLE, function(data, textStatus, xhr){
$.get(process.env.ZOPFLISERVER, function(data, textStatus, xhr){

});

0 comments on commit 6f617bf

Please sign in to comment.