Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
oops
  • Loading branch information
moham3dk authored Mar 19, 2024
1 parent f5b3b12 commit 3c6efa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class SchoologyClient {
// Initialize key, secret, and base URL
this.key = key;
this.secret = secret;
this.baseURL = "https://api.schoology.com/v1";
this.baseURL = "https://api.schoology.com/v1/";

// Initialize OAuth1 instance
this.oauth = OAuth1({
Expand Down

0 comments on commit 3c6efa5

Please sign in to comment.