chutingting vor 1 Jahr
Ursprung
Commit
5e86090ee8
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. +1
    -1
      .env.int
  2. +1
    -1
      .env.production

+ 1
- 1
.env.int Datei anzeigen

@@ -3,4 +3,4 @@ OUTPUT_DIR = 'int'
VUE_APP_ENV = 'int'

# base api
VUE_APP_BASE_API = 'https://admin.meta-autotv.com/homeA/''
VUE_APP_BASE_API = 'https://admin.meta-autotv.com/homeA/'

+ 1
- 1
.env.production Datei anzeigen

@@ -3,5 +3,5 @@ OUTPUT_DIR = 'pro'
VUE_APP_ENV = 'production'

# base api
VUE_APP_BASE_API = 'https://admin.meta-autotv.com/homeA/''
VUE_APP_BASE_API = 'https://admin.meta-autotv.com/homeA/'


Laden…
Abbrechen
Speichern