mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-18 18:49:50 +00:00
Remove widget type passing
This commit is contained in:
parent
d42271acf6
commit
f13144ceb8
2 changed files with 6 additions and 2 deletions
|
@ -10,7 +10,6 @@ export function formatApiCall(url, args) {
|
|||
|
||||
export function getURLSearchParams(widget, endpoint) {
|
||||
const params = new URLSearchParams({
|
||||
type: widget.type,
|
||||
group: widget.service_group,
|
||||
service: widget.service_name,
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue