Finished @ROUTES.get(f"/api/assets/{{id:{UUID_RE}}}/content")

This commit is contained in:
Jedrzej Kosinski
2026-01-15 21:00:35 -08:00
parent a5ed151e51
commit e5c1de4777

View File

@@ -8,6 +8,7 @@ from app.assets.database.queries import (
asset_exists_by_hash,
fetch_asset_info_asset_and_tags,
fetch_asset_info_and_asset,
touch_asset_info_by_id,
list_cache_states_by_asset_id,
list_asset_infos_page,
list_tags_with_usage,