moved three.js viewer to static folder

modified upload.html and main.py accordingly
This commit is contained in:
2026-02-27 22:46:20 +01:00
parent 93cb11d7bb
commit 22268781cb
4 changed files with 50 additions and 6 deletions

View File

@@ -22,7 +22,7 @@
</div>
<script>
const API_URL = "http://127.0.0.1:8000/upload";
const API_URL = "http://127.0.0.1:8001/upload";
const fileInput = document.getElementById("fileInput");
const uploadBtn = document.getElementById("uploadBtn");