Skip to content

Commit

Permalink
added DE as endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
haimich committed Mar 17, 2013
1 parent bc6a96f commit 3d1add2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ var OperationHelper = require('json-apac').OperationHelper;
var opHelper = new OperationHelper({
awsId: config.awsId,
awsSecret: config.awsSecret,
assocId: config.partnerId
assocId: config.partnerId,
endPoint: config.endPoint
});

/*
Expand Down

0 comments on commit 3d1add2

Please sign in to comment.