@mixd-id/web-scaffold 0.1.240411041 → 0.1.240411042

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mixd-id/web-scaffold",
3
3
  "private": false,
4
- "version": "0.1.240411041",
4
+ "version": "0.1.240411042",
5
5
  "scripts": {
6
6
  "dev": "vite serve",
7
7
  "build": "vite build",
@@ -174,7 +174,7 @@ export default{
174
174
 
175
175
  this.isLoading = true
176
176
  axios({
177
- url: import.meta.env.VITE_API_HOST + this.urlAnalyse,
177
+ url: this.urlAnalyse,
178
178
  method: 'POST',
179
179
  data
180
180
  })
@@ -224,7 +224,7 @@ export default{
224
224
 
225
225
  this.isLoading = true
226
226
  axios({
227
- url: import.meta.env.VITE_API_HOST + this.urlImport,
227
+ url: this.urlImport,
228
228
  method: 'POST',
229
229
  data: this.importData
230
230
  })