namespace scope construct_api_route

This commit is contained in:
shah 2025-04-10 19:32:40 -07:00
parent 6a45354247
commit 84dc724d7d

View File

@ -45,7 +45,7 @@
{% endif %}
{%- if api_integration -%}
api_integration = {{ api_integration }}
AS {{ construct_api_route(sql_) ~ ";" }}
AS {{ livequery_base.construct_api_route(sql_) ~ ";" }}
{% else -%}
AS
$$