Skip to content

Commit

Permalink
update website
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelpalumbo committed Jul 1, 2020
1 parent a89fb1f commit 3193b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@



const url = 'ws://localhost:8081'
const url = 'ws://exitpoints.herokuapp.com/8081'
const connection = new WebSocket(url)

connection.onopen = () => {
Expand Down

0 comments on commit 3193b83

Please sign in to comment.