diff --git a/client/.env b/client/.env index 62f2081..f688c2f 100644 --- a/client/.env +++ b/client/.env @@ -1,3 +1,3 @@ -VUE_APP_API=https://cotizaciones.volpe.com.py/api -VUE_APP_SWAGGER=https://cotizaciones.volpe.com.py/swagger-ui/index.html +VITE_API=https://cotizaciones.volpe.com.py/api +VITE_SWAGGER=https://cotizaciones.volpe.com.py/swagger-ui/index.html PORT=8081 diff --git a/client/.env.development b/client/.env.development index ea59b20..45ae37e 100644 --- a/client/.env.development +++ b/client/.env.development @@ -1,3 +1,3 @@ -VUE_APP_API=http://localhost:8080/api -VUE_APP_SWAGGER=http://localhost:8080/swagger-ui/index.html +VITE_API=http://localhost:8080/api +VITE_SWAGGER=http://localhost:8080/swagger-ui/index.html PORT=8081 diff --git a/client/index.html b/client/index.html new file mode 100644 index 0000000..9ef24ee --- /dev/null +++ b/client/index.html @@ -0,0 +1,33 @@ + + +
+ + + + + + + + +Vuelve a intentar en unos momentos!
-Vuelve a intentar en unos momentos!