Skip to content

Commit

Permalink
Merge pull request #208 from curiousyuvi/change_server_url
Browse files Browse the repository at this point in the history
changed server url in backend
  • Loading branch information
curiousyuvi authored Mar 22, 2023
2 parents d124ed1 + 98e075b commit d093727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/providers/socketProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const SocketProvider = ({ children }: { children: ReactNode }) => {
setSocket(
io(
process.env.NODE_ENV === "production"
? "https://curie-server.up.railway.app/"
? "https://curie-server-2.up.railway.app/"
: "http://localhost:5000/",
{ transports: ["websocket"] }
)
Expand Down

1 comment on commit d093727

@vercel
Copy link

@vercel vercel bot commented on d093727 Mar 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

curie – ./

curie-git-main-curiousyuvi.vercel.app
curie-curiousyuvi.vercel.app
curie-xi.vercel.app

Please sign in to comment.