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