fix: use correct url
This commit is contained in:
@@ -2,8 +2,8 @@ import { MARKA_API_KEY } from "../env.ts";
|
|||||||
import { getImage } from "../image.ts";
|
import { getImage } from "../image.ts";
|
||||||
import { GenericResource } from "./schema.ts";
|
import { GenericResource } from "./schema.ts";
|
||||||
|
|
||||||
//const url = `https://marka.max-richter.dev`;
|
const url = `https://marka.max-richter.dev`;
|
||||||
const url = "http://localhost:8080";
|
//const url = "http://localhost:8080";
|
||||||
|
|
||||||
async function addImageToResource<T extends GenericResource>(
|
async function addImageToResource<T extends GenericResource>(
|
||||||
resource: GenericResource,
|
resource: GenericResource,
|
||||||
|
|||||||
Reference in New Issue
Block a user