瀏覽代碼

Fix back snippet url

sebavan 6 年之前
父節點
當前提交
b186ca9bd7
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      Playground/js/frame.js
  2. 1 1
      Playground/js/index.js

+ 1 - 1
Playground/js/frame.js

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

+ 1 - 1
Playground/js/index.js

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