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