Update TeamBliss JSON Link
diff --git a/index.html b/index.html
index c23d147..d38b3fc 100644
--- a/index.html
+++ b/index.html
@@ -234,7 +234,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
@@ -410,4 +410,4 @@
   <script src="js/conditionize.js"></script>
 </body>
 
-</html>
\ No newline at end of file
+</html>