spot/refresh -> api/spot/refresh
This commit is contained in:
parent
0bf63ee7bb
commit
7c52b83a63
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,7 @@ export default defineBackground(() => {
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
const resp = await fetch(`${ingest}/spot/refresh`, {
|
const resp = await fetch(`${ingest}/api/spot/refresh`, {
|
||||||
method: "GET",
|
method: "GET",
|
||||||
headers: {
|
headers: {
|
||||||
Authorization: `Bearer ${jwtToken}`,
|
Authorization: `Bearer ${jwtToken}`,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue