From e50e7ef6e6d28f0d908ac84cbfb5ef1d4ec6fe22 Mon Sep 17 00:00:00 2001 From: marcorv6 Date: Wed, 25 May 2022 23:36:32 -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", }, }