From 23c2f0ceba9d9951afd82b3fc897738c12750f46 Mon Sep 17 00:00:00 2001 From: proddy Date: Mon, 30 Sep 2024 15:26:47 +0200 Subject: [PATCH] add test img_url --- mock-api/rest_server.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/mock-api/rest_server.ts b/mock-api/rest_server.ts index 38e9a0474..ee91e53f8 100644 --- a/mock-api/rest_server.ts +++ b/mock-api/rest_server.ts @@ -157,6 +157,7 @@ function custom_support() { "For help and questions please contact your installer." ], img_url: 'https://emsesp.org/_media/images/designer.png' + // img_url: 'https://picsum.photos/200/300' } }; }