remove unused code

This commit is contained in:
m5r 2023-12-22 23:54:06 +01:00
parent 5441e47d73
commit 45a61d21b3
No known key found for this signature in database
GPG Key ID: 5BC847276DD5DDEA
2 changed files with 0 additions and 8 deletions

View File

@ -1,7 +1,3 @@
export async function loader() {
if (process.env.NODE_ENV === "development") {
// return fetch("http://localhost:9229/server.key");
}
return fetch("http://local-ip.internal:9229/server.key");
}

View File

@ -1,7 +1,3 @@
export async function loader() {
if (process.env.NODE_ENV === "development") {
// return fetch("http://localhost:9229/server.pem");
}
return fetch("http://local-ip.internal:9229/server.pem");
}