This repository has been archived on 2024-07-16. You can view files and clone it, but cannot push or open issues or pull requests.
www.local-ip.sh/app/routes/server[.]key.ts
2023-12-22 23:54:06 +01:00

4 lines
94 B
TypeScript

export async function loader() {
return fetch("http://local-ip.internal:9229/server.key");
}