From 25228df6d13b5e8541672c4cdd84e200ff56a4c4 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Wed, 19 Nov 2025 18:58:54 +0100 Subject: add profile settings to backend and add image loader --- static/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/index.js') diff --git a/static/index.js b/static/index.js index c84aab9..d5d5c60 100644 --- a/static/index.js +++ b/static/index.js @@ -21,7 +21,7 @@ const reload = () => { image_viewer.clear(); api.images.list().then(images => { for (const image of images) { - image_viewer.add(`/api/image/load/${image.id}`); + image_viewer.add(image.id); } }); } -- cgit v1.2.3-70-g09d2