Refactor camera management to conditionally import SDK and handle mock mode; update API base URL references to localhost in documentation and code.
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
|
||||
<script src="test-api-fix.js"></script>
|
||||
<script>
|
||||
const API_BASE = 'http://vision:8000'; // Change to your vision API URL if different
|
||||
const API_BASE = 'http://localhost:8000'; // Change to your vision API URL if different
|
||||
|
||||
async function testCameraList() {
|
||||
const resultsDiv = document.getElementById('test-results');
|
||||
|
||||
Reference in New Issue
Block a user