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

4 lines
94 B
TypeScript
Raw Normal View History

2023-12-12 23:15:37 +00:00
export async function loader() {
return fetch("http://local-ip.internal:9229/server.key");
}