diff --git a/routes/api/recipes/images/[image].ts b/routes/api/recipes/images/[image].ts index ccfdb1f..69695d6 100644 --- a/routes/api/recipes/images/[image].ts +++ b/routes/api/recipes/images/[image].ts @@ -98,7 +98,7 @@ export const handler = async ( _req: Request, _ctx: HandlerContext, ): Promise => { - const imageUrl = "http://192.168.178.56:3007/Recipes/images/" + + const imageUrl = Deno.env.get("SILVERBULLET_SERVER") + "/Recipes/images/" + _ctx.params.image; const url = new URL(_req.url);