David Catuhe преди 6 години
родител
ревизия
43bb291dd0
променени са 3 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 1 1
      Playground/js/frame.js
  2. 1 1
      Playground/js/index.js
  3. 1 1
      tests/validation/validation.js

+ 1 - 1
Playground/js/frame.js

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

+ 1 - 1
Playground/js/index.js

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

+ 1 - 1
tests/validation/validation.js

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