From ccb97ee082221b1ede44c292906d48c5455768e4 Mon Sep 17 00:00:00 2001 From: marcorv6 Date: Wed, 1 Jun 2022 09:57:28 -0500 Subject: [PATCH] url api --- nuxt.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nuxt.config.js b/nuxt.config.js index 011d9fc..5cadab6 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -24,9 +24,9 @@ export default { axios: {}, build: {}, env: { - api: "http://localhost:3000", + // api: "http://localhost:3000", // api: "https://890af9d598a4.ngrok.io" // api: "https://venus.acatlan.unam.mx/premiaciones_test", - // api: "https://venus.acatlan.unam.mx/premiaciones", + api: "https://venus.acatlan.unam.mx/premiaciones", }, }