WIP lost
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
import { type ServiceComponentPath, type ServiceHandler } from '../service';
|
||||
|
||||
export const handle: ServiceHandler = () => {
|
||||
return { piholedata: 'coucou' };
|
||||
const res = { logo: 'https://cdn.rawgit.com/pi-hole/graphics/master/Vortex/Vortex.svg' };
|
||||
|
||||
return res;
|
||||
};
|
||||
|
||||
export const path: ServiceComponentPath = 'pihole/PiHoleContent.svelte';
|
||||
|
||||
Reference in New Issue
Block a user