mirror of
https://github.com/haiwen/seahub.git
synced 2025-04-27 02:51:00 +00:00
fix exdraw bug
This commit is contained in:
parent
c6afca8eba
commit
f10c51c461
@ -2232,7 +2232,7 @@ class SeafileAPI {
|
||||
}
|
||||
|
||||
getExdrawToken(repoID, filePath) {
|
||||
const url = `/api/v2.1/exdraw/access-token/${repoID}/?p=${filePath}`;
|
||||
const url = this.server + `/api/v2.1/exdraw/access-token/${repoID}/?p=${filePath}`;
|
||||
|
||||
return this.req.get(url);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user