mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-06 20:28:48 +00:00
14 lines
229 B
JavaScript
14 lines
229 B
JavaScript
import plexProxyHandler from "./proxy";
|
|
|
|
const widget = {
|
|
api: "{url}{endpoint}?X-Plex-Token={token}",
|
|
proxyHandler: plexProxyHandler,
|
|
|
|
mappings: {
|
|
unified: {
|
|
endpoint: "/",
|
|
},
|
|
},
|
|
};
|
|
|
|
export default widget;
|