1
0
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:
小强 2025-04-23 14:58:52 +08:00
parent c6afca8eba
commit f10c51c461

View File

@ -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);
}