From 52c126a2b60940a70ca58d0bf30f5caa2454abf0 Mon Sep 17 00:00:00 2001 From: Tiago Vasconcelos Date: Thu, 29 Jan 2026 10:32:21 +0000 Subject: [PATCH] change asset URL --- helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers.py b/helpers.py index e53cba0..2ea61b2 100644 --- a/helpers.py +++ b/helpers.py @@ -63,4 +63,4 @@ def normalize_image(val: str | None) -> str | None: return None if val.startswith("http") or val.startswith("/api/") or val.startswith("data:"): return val - return f"/api/v1/assets/{val}/binary" + return f"/api/v1/assets/{val}/data"