@ -78,7 +78,7 @@ def image(file_path):
current_dir=file_path.replace(file_name, ""),
name=file_name,
object={'type': 'image',
'url': f"/img{file_path}"
'url': f"/img/{file_path}"
}
)