From 824b784600a2494fea0e18b8445630dc736ff321 Mon Sep 17 00:00:00 2001 From: Patricio Date: Mon, 24 Jun 2024 19:21:46 +0200 Subject: [PATCH] url change --- src/helpers/others.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/helpers/others.js b/src/helpers/others.js index 9aac9fd..39007a1 100644 --- a/src/helpers/others.js +++ b/src/helpers/others.js @@ -7,9 +7,9 @@ export const formatDate = (date) =>{ } -export const apiDirection = "http://159.69.150.218:8001" +export const apiDirection = "https://159.69.150.218:8001" //export const apiDirection = "http://localhost:8001" // to run on local uncomment this and comment the other -export const socketDirection = "http://159.69.150.218:3200" +export const socketDirection = "https://159.69.150.218:3200" // //export const apiDirection = "http://localhost:3200" // to run on local uncomment this and comment the other \ No newline at end of file