Skip to content

Commit

Permalink
Update toolsocket in objectDefaultFiles
Browse files Browse the repository at this point in the history
  • Loading branch information
dangond-ptc committed Mar 1, 2024
1 parent a7d09f1 commit 2f150c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/objectDefaultFiles/toolsocket.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ function ToolboxUtilities_parseUrl(url, schema) {
}
}

const fileEnum = ["jpg", "jpeg", "gif", "zip", "glb", "html", "map", "htm", "xml", "dat", "png", "js", "json", "obj", "fbx", "svg", "mp4", "pdf", "csv", "css", "woff", "otf", "webm", "webp", "ttf", "wasm"];
const fileEnum = ["html", "htm", "js", "json", "jpg", "jpeg", "gif", "zip", "glb", "map", "xml", "dat", "png","obj", "splat", "ply", "3dt", "fbx", "svg", "mp4", "pdf", "csv", "css", "woff", "otf", "webm", "webp", "ttf", "wasm"];
let res = {};
let route = "";
let querySplit = [];
Expand Down

0 comments on commit 2f150c9

Please sign in to comment.