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;
|
||||
}
|
||||
const resp = await fetch(`${ingest}/spot/refresh`, {
|
||||
const resp = await fetch(`${ingest}/api/spot/refresh`, {
|
||||
method: "GET",
|
||||
headers: {
|
||||
Authorization: `Bearer ${jwtToken}`,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue