__setShowGeneral( 'model_view', 'show_models_and_dwonload', movements )}>
+
__setShowGeneral( 'model_view', 'show_models_and_download', movements )}>
│ ├── Show Models & Download
__setShowGeneral( 'model_view', 'upload_model', movements ) }>
diff --git a/src/pages/func_group/rootUtils.js b/src/pages/func_group/rootUtils.js
index 7786566..07fdfdd 100644
--- a/src/pages/func_group/rootUtils.js
+++ b/src/pages/func_group/rootUtils.js
@@ -22,7 +22,7 @@ const GeneralView = () => {
)
const [modelCrudView, setModelCrudView] = useState(
{
- show_models_and_dwonload: false,
+ show_models_and_download: false,
upload_model: false
}
)
@@ -60,16 +60,16 @@ const GeneralView = () => {
movements={ movements }
/>
>
)
diff --git a/src/redux/asyncThunks/abstracts/abstractAddress.js b/src/redux/asyncThunks/abstracts/abstractAddress.js
index 0353f78..164c1a8 100644
--- a/src/redux/asyncThunks/abstracts/abstractAddress.js
+++ b/src/redux/asyncThunks/abstracts/abstractAddress.js
@@ -1 +1 @@
-export const GeneralAddress = 'localhost:9090'
\ No newline at end of file
+export const GeneralAddress = 'http://localhost:9090'
\ No newline at end of file
diff --git a/src/redux/asyncThunks/abstracts/abstractService.js b/src/redux/asyncThunks/abstracts/abstractService.js
index e175e1c..dc58850 100644
--- a/src/redux/asyncThunks/abstracts/abstractService.js
+++ b/src/redux/asyncThunks/abstracts/abstractService.js
@@ -1,7 +1,7 @@
import axios from 'axios'
import { GeneralAddress } from './abstractAddress'
-const APIAddress = 'http://' + GeneralAddress
+const APIAddress = GeneralAddress
let defaultBody = {}
diff --git a/src/redux/slices/modelCrudSlice.js b/src/redux/slices/modelCrudSlice.js
index 1f76bbc..f537fc8 100644
--- a/src/redux/slices/modelCrudSlice.js
+++ b/src/redux/slices/modelCrudSlice.js
@@ -8,7 +8,6 @@ const modelCrudSlice = createSlice(
models_list: [],
download_blend_file: '',
upload_blend_file_status: ''
-
},
reducers: {},
extraReducers: {