From 3c6efa561f3bec953fa45a40c8534e1cb387e58e Mon Sep 17 00:00:00 2001 From: Mohamed Khettab <93957717+mohamed-khettab@users.noreply.github.com> Date: Tue, 19 Mar 2024 14:18:56 -0400 Subject: [PATCH] Update index.js oops --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 0cda352..8ad6dc6 100644 --- a/index.js +++ b/index.js @@ -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({