mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-13 00:18:50 +00:00
Fix synology param encoding
This commit is contained in:
parent
c437b414ab
commit
bc3adf1f2a
3 changed files with 16 additions and 10 deletions
|
@ -2,7 +2,7 @@ import synologyProxyHandler from "../../utils/proxy/handlers/synology";
|
|||
|
||||
const widget = {
|
||||
// cgiPath and maxVersion are discovered at runtime, don't supply
|
||||
api: "{url}/webapi/{cgiPath}?api={apiName}&version={maxVersion}&method={apiMethod}",
|
||||
api: "{url}/webapi/{cgiPath}?api={apiName}&version={maxVersion}&method={apiMethod}&{authParams}",
|
||||
proxyHandler: synologyProxyHandler,
|
||||
|
||||
mappings: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue