ide-assi 0.113.0 → 0.114.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -193512,7 +193512,7 @@ class IdeAi
193512
193512
 
193513
193513
  #generateRealFile = async (filePath, src) => {
193514
193514
 
193515
- const path = "/api/tmpl/mybatis.xml";
193515
+ const path = "http://localhost:8090/tmpl/mybatis.xml";
193516
193516
  const template = await fetch(path).then(res => res.text());
193517
193517
 
193518
193518
  console.log(template);
@@ -193508,7 +193508,7 @@ class IdeAi
193508
193508
 
193509
193509
  #generateRealFile = async (filePath, src) => {
193510
193510
 
193511
- const path = "/api/tmpl/mybatis.xml";
193511
+ const path = "http://localhost:8090/tmpl/mybatis.xml";
193512
193512
  const template = await fetch(path).then(res => res.text());
193513
193513
 
193514
193514
  console.log(template);
@@ -218,7 +218,7 @@ export class IdeAi
218
218
 
219
219
  #generateRealFile = async (filePath, src) => {
220
220
 
221
- const path = "/api/tmpl/mybatis.xml";
221
+ const path = "http://localhost:8090/tmpl/mybatis.xml";
222
222
  const template = await fetch(path).then(res => res.text());
223
223
 
224
224
  console.log(template);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.113.0",
4
+ "version": "0.114.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -218,7 +218,7 @@ export class IdeAi
218
218
 
219
219
  #generateRealFile = async (filePath, src) => {
220
220
 
221
- const path = "/api/tmpl/mybatis.xml";
221
+ const path = "http://localhost:8090/tmpl/mybatis.xml";
222
222
  const template = await fetch(path).then(res => res.text());
223
223
 
224
224
  console.log(template);