Skip to content

Commit b228a8c

Browse files
committed
1,2,5
1 parent a002cc7 commit b228a8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nuxt.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export default {
6565
// Axios module configuration: https://go.nuxtjs.dev/config-axios
6666
axios: {
6767
// Workaround to avoid enforcing hard-coded localhost:3000: https://github.com/nuxt-community/axios-module/issues/308
68-
baseURL: process.env.BASE_URL || 'http://localhost:8082/api',
68+
baseURL: process.env.BASE_URL || '/api',
6969
credentials: true
7070
},
7171

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "traccar-route-replay",
3-
"version": "1.2.4",
3+
"version": "1.2.5",
44
"private": true,
55
"scripts": {
66
"dev": "nuxt",

0 commit comments

Comments
 (0)