Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit ab6148a7 authored by GotthardG's avatar GotthardG
Browse files

Add Image models and clean up test code structure

Introduced `ImageCreate` and `Image` models to handle image-related data in the backend. Improved the organization and readability of the testing notebook by consolidating and formatting code into distinct sections with markdown cells.
parent 303e6579
No related branches found
No related tags found
No related merge requests found
Pipeline #50720 failed
......@@ -75,7 +75,6 @@ const ResultGrid: React.FC<ResultGridProps> = ({ activePgroup }) => {
const primaryImage = imageList[0];
// Define the base path to your backend images directory
const basePath = "https://localhost:8000/";
const imageUrl = basePath + primaryImage.filepath;
console.log("Local relative path:", imageUrl);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment