Skip to content

Commit

Permalink
fix api url (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
kadukia123 authored Dec 13, 2024
1 parent 37304fe commit 4b5d38a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/code/Fera/Ai/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</general>
<fera_ai_group>
<app_url>https://app.fera.ai/</app_url>
<api_url>https://app.fera.ai/api/v3</api_url>
<api_url>https://app.fera.ai/api/</api_url>
<js_url>https://cdn.fera.ai/js/v3/fera.js</js_url>
</fera_ai_group>
</fera_ai>
Expand Down
2 changes: 1 addition & 1 deletion src/app/code/Fera/Ai/etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Fera_Ai" setup_version="0.0.1">
<module name="Fera_Ai" setup_version="1.0.1">
<sequence>
<module name="Magento_Catalog"/>
<module name="Magento_Checkout"/>
Expand Down

0 comments on commit 4b5d38a

Please sign in to comment.