Browse Source

new CNAME

David Catuhe 6 năm trước cách đây
mục cha
commit
5a425f2619
3 tập tin đã thay đổi với 3 bổ sung4 xóa
  1. 1 1
      Playground/js/frame.js
  2. 1 2
      Playground/js/index.js
  3. 1 1
      tests/validation/validation.js

+ 1 - 1
Playground/js/frame.js

@@ -1,5 +1,5 @@
 (function() {
-    var snippetUrl = "https://babylonsnippetsv3.azurewebsites.net/snippets";
+    var snippetUrl = "https://snippet.babylonjs.com";
     var currentSnippetToken;
     var engine;
     var fpsLabel = document.getElementById("fpsLabel");

+ 1 - 2
Playground/js/index.js

@@ -159,8 +159,7 @@ function showError(errorMessage, errorEvent) {
             markDirty();
         });
 
-        var snippetV3Url = "https://babylonsnippetsv3.azurewebsites.net/snippets"
-        //var snippetV3Url = "https://localhost:5001/api/snippets"
+        var snippetV3Url = "https://snippet.babylonjs.com"
         var currentSnippetToken;
         var currentSnippetTitle = null;
         var currentSnippetDescription = null;

+ 1 - 1
tests/validation/validation.js

@@ -232,7 +232,7 @@ function runTest(index, done) {
             return;
         }
 
-        var snippetUrl = "https://babylonsnippetsv3.azurewebsites.net/snippets";
+        var snippetUrl = "https://snippet.babylonjs.com";
         var pgRoot = "/Playground"
 
         var retryTime = 500;