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:
@@ -3,7 +3,7 @@
|
||||
|
||||
class TestVisionApiClient {
|
||||
constructor() {
|
||||
this.baseUrl = 'http://vision:8000'
|
||||
this.baseUrl = 'http://localhost:8000'
|
||||
}
|
||||
|
||||
async request(endpoint) {
|
||||
|
||||
Reference in New Issue
Block a user