diff --git a/Thermo.Active/wwwroot/config.development.json b/Thermo.Active/wwwroot/config.development.json
index 3f9529d8..34bce964 100644
--- a/Thermo.Active/wwwroot/config.development.json
+++ b/Thermo.Active/wwwroot/config.development.json
@@ -2,6 +2,6 @@
"env": "development",
"api": {
"enabled": true,
- "apiServerUrl": "http://seriate.steamware.net:9000/"
+ "apiServerUrl": "http://localhost:9000/"
}
}
\ No newline at end of file
diff --git a/Thermo.Active/wwwroot/config.production.json b/Thermo.Active/wwwroot/config.production.json
index 3f9529d8..34bce964 100644
--- a/Thermo.Active/wwwroot/config.production.json
+++ b/Thermo.Active/wwwroot/config.production.json
@@ -2,6 +2,6 @@
"env": "development",
"api": {
"enabled": true,
- "apiServerUrl": "http://seriate.steamware.net:9000/"
+ "apiServerUrl": "http://localhost:9000/"
}
}
\ No newline at end of file
diff --git a/Thermo.Active/wwwroot/index.html b/Thermo.Active/wwwroot/index.html
index dbc47d4e..ef830a90 100644
--- a/Thermo.Active/wwwroot/index.html
+++ b/Thermo.Active/wwwroot/index.html
@@ -13,7 +13,7 @@
-
+
diff --git a/Thermo.Active/wwwroot/package-lock.json b/Thermo.Active/wwwroot/package-lock.json
index 056109f7..28c4bce8 100644
--- a/Thermo.Active/wwwroot/package-lock.json
+++ b/Thermo.Active/wwwroot/package-lock.json
@@ -16938,11 +16938,11 @@
}
},
"vue-property-decorator": {
- "version": "8.4.0",
- "resolved": "https://registry.npmjs.org/vue-property-decorator/-/vue-property-decorator-8.4.0.tgz",
- "integrity": "sha512-0o85LJSTLZvDaB7IXfmpONfAQZ7NgScFvptFSrlFFSsScR716muJb3mMFojNnKC3Vpm7CM4PsmHNdk30uuNpag==",
+ "version": "8.2.2",
+ "resolved": "https://registry.npmjs.org/vue-property-decorator/-/vue-property-decorator-8.2.2.tgz",
+ "integrity": "sha512-3gRrIeoUtjXvkoMX2stJsVs7805Pa9MXEndnk21ej+sWO7AIc5HF1TKqK0Pox5TEjpO02UbadIF0QWNrx6ZwXQ==",
"requires": {
- "vue-class-component": "^7.1.0"
+ "vue-class-component": "^7.0.1"
}
},
"vue-resize": {
diff --git a/Thermo.Active/wwwroot/package.json b/Thermo.Active/wwwroot/package.json
index 3b2a6a73..b9cdc675 100644
--- a/Thermo.Active/wwwroot/package.json
+++ b/Thermo.Active/wwwroot/package.json
@@ -27,7 +27,7 @@
"vue-chartjs": "^3.5.0",
"vue-class-component": "7.2.3",
"vue-drag-drop": "1.1.4",
- "vue-property-decorator": "8.4.0",
+ "vue-property-decorator": "8.2.2",
"vue-router": "^3.1.6",
"vue-smooth-dnd": "0.8.1",
"vue2-ace-editor": "0.0.15",