@@ -1,5 +1,5 @@
(function() {
- var snippetUrl = "https://babylonsnippetsv3.azurewebsites.net/api/snippets";
+ var snippetUrl = "https://babylonsnippetsv3.azurewebsites.net/snippets";
var currentSnippetToken;
var engine;
var fpsLabel = document.getElementById("fpsLabel");
@@ -159,7 +159,7 @@ function showError(errorMessage, errorEvent) {
markDirty();
});
- var snippetV3Url = "https://babylonsnippetsv3.azurewebsites.net/api/snippets"
+ var snippetV3Url = "https://babylonsnippetsv3.azurewebsites.net/snippets"
//var snippetV3Url = "https://localhost:5001/api/snippets"
var currentSnippetTitle = null;
@@ -232,7 +232,7 @@ function runTest(index, done) {
return;
}
var pgRoot = "/Playground"
var retryTime = 500;