Feature: MySpeed widget (#3662)

---------

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
Mathias Wagner
2024-06-23 21:00:04 +02:00
committed by GitHub
parent f07d595ed9
commit 148511e6f8
8 changed files with 100 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
import credentialedProxyHandler from "utils/proxy/handlers/credentialed";
const widget = {
api: "{url}/api/{endpoint}",
proxyHandler: credentialedProxyHandler,
mappings: {
info: {
endpoint: "speedtests?limit=1",
},
},
};
export default widget;