fixing paths.

This commit is contained in:
2025-12-29 20:03:05 +01:00
parent c7c8cf0569
commit 52d518fea2

View File

@@ -28,7 +28,7 @@ class assimp
{ {
constructor() { constructor() {
this.baseUrl = "http://localhost:4000"; this.baseUrl = "";
this.modelPath = '/media/models/'; this.modelPath = '/media/models/';
this.meshes = []; this.meshes = [];