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.
This commit is contained in:
GotthardG 2025-02-26 15:29:10 +01:00
parent ab6148a7e7
commit 21d4181816

View File

@ -45,7 +45,7 @@ const ResultGrid: React.FC<ResultGridProps> = ({ activePgroup }) => {
console.log('Resolved OpenAPI.BASE:', OpenAPI.BASE);
// Set the base path for images dynamically
setBasePath(`${OpenAPI.BASE}/images/`);
setBasePath(`${OpenAPI.BASE}/`);
}, []);
useEffect(() => {