Update default URL for overriding the origin.
This commit is contained in:
parent
c37ed236c3
commit
f91373e215
2 changed files with 2 additions and 2 deletions
|
|
@ -32,7 +32,7 @@ export const useSettingsStore = defineStore(
|
|||
const appTheme = ref("system");
|
||||
const disableStream = ref(false);
|
||||
// The origin to use if overriding with dev tools
|
||||
const overrideOrigin = ref("http://microscope.local:5000");
|
||||
const overrideOrigin = ref("http://microscope.local:5000/api/v3");
|
||||
// The step sizes for navigation via control pane/keys presses
|
||||
const navigationStepSize = ref({
|
||||
x: 200,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue