Bilder lade reparuzert - evtl.

This commit is contained in:
rxf
2025-09-22 19:33:23 +02:00
parent d347291840
commit 9b7bfcdab1
5 changed files with 112 additions and 0 deletions

View File

@@ -148,6 +148,7 @@ export const imageApi = {
},
getImageUrl: (imagePath: string): string => {
// Use the same dynamic API base URL logic for images
return `${API_BASE_URL}/images/serve/${imagePath}`;
},