commit | 61f5221820c7441be6abb3af9b96996c7e852cb7 | [log] [tgz] |
---|---|---|
author | Jack <jackeagle102@gmail.com> | Mon Aug 03 15:45:32 2020 +0530 |
committer | GitHub <noreply@github.com> | Mon Aug 03 15:45:32 2020 +0530 |
tree | 4caa317aea8f793abd63bf1c65d7a226f0d46b00 | |
parent | 0f8a420748d6d4fa3f7a6322c6d129a765afab6b [diff] [blame] |
Index: Update Team API Endpoint
diff --git a/index.html b/index.html index ed7b3d5..41164b0 100644 --- a/index.html +++ b/index.html
@@ -282,7 +282,7 @@ <script> $.ajax({ type: "GET", - url: "https://blissapi.blissroms.com/team/public/allteambliss", // TeamBliss JSON + url: "https://blissapi.blissroms.com/blissinfra/public/allteambliss", // TeamBliss JSON success: function(data) { var newContent = ''; // Variable to hold HTML for (var i = 0; i < data.length; i++) { // Loop through object