From 3fa131e1b2fed78e6bc46978780e613d8ba3ca20 Mon Sep 17 00:00:00 2001 From: igor Date: Thu, 16 Oct 2025 01:30:46 +0200 Subject: [PATCH] fixed API name for export in template --- src/typescript.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/typescript.tpl.php b/src/typescript.tpl.php index 0ee148a..04fb304 100644 --- a/src/typescript.tpl.php +++ b/src/typescript.tpl.php @@ -61,4 +61,4 @@ class apiName; ?> { }; -export default new BackendAPI(); +export default new apiName; ?>();