fixed api endpoint

This commit is contained in:
Mike Stepanovic 2024-12-06 14:22:43 -07:00
parent 28ac7ff00e
commit 397e8ed0b2

View File

@ -31,7 +31,7 @@ SELECT
) :: INT AS partition_key,
{{ target.database }}.live.udf_api(
'GET',
'{Service}/block/height/latest' || block_number,
'{Service}/block/' || block_number,
OBJECT_CONSTRUCT(
'Content-Type',
'application/json'