Skip to content
This repository has been archived by the owner on Aug 12, 2019. It is now read-only.

Commit

Permalink
Fix typo on API URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ruigomeseu committed Apr 14, 2015
1 parent 132916b commit 80ed34f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var request = require('request');
var Scholarcheck = function(apiKey) {
this.apiUrl = "https://api.scholarcheck.io/api/v1/";
this.apiUrl = "https://app.scholarcheck.io/api/v1/";
this.apiKey = apiKey || '';
};

Expand Down

0 comments on commit 80ed34f

Please sign in to comment.