Skip to content

Commit

Permalink
revert url
Browse files Browse the repository at this point in the history
  • Loading branch information
Patcire committed Jun 24, 2024
1 parent 824b784 commit a5c393a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/helpers/others.js
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a5c393a

Please sign in to comment.