Skip to content

Commit

Permalink
Correct live service URL
Browse files Browse the repository at this point in the history
  • Loading branch information
wezzle committed Oct 9, 2020
1 parent b1141d1 commit f90df10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/peer.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const Peer = ({ state, send }) => {
useEffect(() => {
if (!watchId) return
console.log('CONNECTING', Socket.id, watchId)
fetch('http://signaling.localhost:1324/api/connection', {
fetch('https:///alyonka-signaling.onrender.com/api/connection', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
Expand Down

0 comments on commit f90df10

Please sign in to comment.