fix: use correct url

This commit is contained in:
Max Richter
2025-11-02 19:03:34 +01:00
parent e6b90cb785
commit 21841b4dc4

View File

@@ -2,8 +2,8 @@ import { MARKA_API_KEY } from "../env.ts";
import { getImage } from "../image.ts";
import { GenericResource } from "./schema.ts";
//const url = `https://marka.max-richter.dev`;
const url = "http://localhost:8080";
const url = `https://marka.max-richter.dev`;
//const url = "http://localhost:8080";
async function addImageToResource<T extends GenericResource>(
resource: GenericResource,