mirror of
https://github.com/FlipsideCrypto/livequery-base.git
synced 2026-02-06 03:07:13 +00:00
Merge pull request #9 from FlipsideCrypto/STREAM-1089/namespace-scope-construct_api_route
namespace scope construct_api_route
This commit is contained in:
commit
fb20f8e47a
@ -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
|
||||
$$
|
||||
|
||||
Loading…
Reference in New Issue
Block a user