Skip to content

Commit

Permalink
Committing with correct api endpoint.
Browse files Browse the repository at this point in the history
  • Loading branch information
InconceivableDuck committed Sep 23, 2013
1 parent b97c477 commit 00a63b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/common/api.js
@@ -1,4 +1,4 @@
var librarian = require('../librarian/librarian').init('xammr.com', 8282, false),
var librarian = require('../librarian/librarian').init('api.onmodulus.net', 443, true),
UserConfig = require('./userConfig');

module.exports = {
Expand Down

0 comments on commit 00a63b8

Please sign in to comment.