Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
Update backend URL
Browse files Browse the repository at this point in the history
  • Loading branch information
plamentotev authored Nov 16, 2023
1 parent e17a7dd commit d6e4b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/packages/app/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const App = memo(function App() {

const handleConnect = useCallback(() => {
const currentUserId = new URL(window.location.href).searchParams;
const targetSocketUrl = new URL("wss://carboncritters-r4tyfpczpq-ez.a.run.app/");
const targetSocketUrl = new URL("wss://carboncritters-ut5gh6egna-ey.a.run.app/");
targetSocketUrl.searchParams.set("userId", currentUserId.get("userId"));
dispatch(connect(targetSocketUrl));
}, [dispatch]);
Expand Down

0 comments on commit d6e4b49

Please sign in to comment.