diff --git a/src/helpers/others.js b/src/helpers/others.js index 39007a1..9aac9fd 100644 --- a/src/helpers/others.js +++ b/src/helpers/others.js @@ -7,9 +7,9 @@ export const formatDate = (date) =>{ } -export const apiDirection = "https://159.69.150.218:8001" +export const apiDirection = "http://159.69.150.218:8001" //export const apiDirection = "http://localhost:8001" // to run on local uncomment this and comment the other -export const socketDirection = "https://159.69.150.218:3200" +export const socketDirection = "http://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