Adjust default origin URL to use /api/v3 prefix
This won't be the only URL that needs fixing, but it should make most of the web app work.
This commit is contained in:
parent
9851485057
commit
93a2e87dac
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ function getOriginFromLocation() {
|
||||||
if (origin) {
|
if (origin) {
|
||||||
return origin;
|
return origin;
|
||||||
} else {
|
} else {
|
||||||
return url.origin;
|
return `${url.origin}/api/v3`;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue