mirror of
https://github.com/Spythere/station-manager-2.0.git
synced 2026-05-03 13:38:13 +00:00
Aktualizacja paczek i API
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
VITE_API_URL="http://localhost:3000"
|
||||
VITE_API_URL_DEV="https://stacjownik.eu-4.evennode.com"
|
||||
VITE_API_URL="https://stacjownik-api-b9mrc.ondigitalocean.app"
|
||||
VITE_API_URL_DEV="https://stacjownik-api-b9mrc.ondigitalocean.app/"
|
||||
+6
-6
@@ -9,16 +9,16 @@
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^0.27.2",
|
||||
"axios": "^1.1.3",
|
||||
"pinia": "^2.0.18",
|
||||
"sass": "^1.54.4",
|
||||
"sass": "^1.55.0",
|
||||
"vue": "^3.2.37",
|
||||
"vue-router": "^4.1.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-vue": "^3.0.3",
|
||||
"typescript": "^4.6.4",
|
||||
"vite": "^3.0.7",
|
||||
"vue-tsc": "^0.39.5"
|
||||
"@vitejs/plugin-vue": "^3.2.0",
|
||||
"typescript": "^4.8.4",
|
||||
"vite": "^3.2.1",
|
||||
"vue-tsc": "^1.0.9"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@ export default defineComponent({
|
||||
|
||||
data() {
|
||||
return {
|
||||
API_URL: import.meta.env.PROD ? 'https://stacjownik.eu-4.evennode.com' : import.meta.env.VITE_API_URL,
|
||||
API_URL: import.meta.env.PROD ? 'https://stacjownik-api-b9mrc.ondigitalocean.app' : import.meta.env.VITE_API_URL,
|
||||
};
|
||||
},
|
||||
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
|
||||
<hr color="white" />
|
||||
<TableActions />
|
||||
|
||||
<hr color="white" />
|
||||
|
||||
<div class="table_container">
|
||||
|
||||
Reference in New Issue
Block a user