mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-13 08:20:34 +00:00
Rename diskstation to downloadstation
This commit is contained in:
parent
04f803676a
commit
23ba45729e
6 changed files with 18 additions and 17 deletions
14
src/widgets/downloadstation/widget.js
Normal file
14
src/widgets/downloadstation/widget.js
Normal file
|
@ -0,0 +1,14 @@
|
|||
import downloadstationProxyHandler from "./proxy";
|
||||
|
||||
const widget = {
|
||||
api: "{url}/webapi/DownloadStation/task.cgi?api=SYNO.DownloadStation.Task&version=1&method={endpoint}",
|
||||
proxyHandler: downloadstationProxyHandler,
|
||||
|
||||
mappings: {
|
||||
"list": {
|
||||
endpoint: "list&additional=transfer",
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
export default widget;
|
Loading…
Add table
Add a link
Reference in a new issue