fixed API name for export in template
This commit is contained in:
@ -61,4 +61,4 @@ class <?php echo $this->apiName; ?> {
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
export default new BackendAPI();
|
export default new <?php echo $this->apiName; ?>();
|
||||||
|
|||||||
Reference in New Issue
Block a user