ide-assi 0.178.0 → 0.179.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.
@@ -193766,7 +193766,7 @@ class IdeAssi extends HTMLElement
193766
193766
  };
193767
193767
 
193768
193768
  #config = async () => {
193769
- this.config = await api.post("/config/get");
193769
+ this.config = await api.post("/api/config/get");
193770
193770
  };
193771
193771
 
193772
193772
  #init = (info) => {
@@ -193762,7 +193762,7 @@ class IdeAssi extends HTMLElement
193762
193762
  };
193763
193763
 
193764
193764
  #config = async () => {
193765
- this.config = await api.post("/config/get");
193765
+ this.config = await api.post("/api/config/get");
193766
193766
  };
193767
193767
 
193768
193768
  #init = (info) => {
@@ -56,7 +56,7 @@ export class IdeAssi extends HTMLElement
56
56
  };
57
57
 
58
58
  #config = async () => {
59
- this.config = await api.post("/config/get");
59
+ this.config = await api.post("/api/config/get");
60
60
  };
61
61
 
62
62
  #init = (info) => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.178.0",
4
+ "version": "0.179.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -56,7 +56,7 @@ export class IdeAssi extends HTMLElement
56
56
  };
57
57
 
58
58
  #config = async () => {
59
- this.config = await api.post("/config/get");
59
+ this.config = await api.post("/api/config/get");
60
60
  };
61
61
 
62
62
  #init = (info) => {