Skip to content

Commit

Permalink
URL Change
Browse files Browse the repository at this point in the history
  • Loading branch information
elvistony committed Oct 9, 2024
1 parent 701e5a6 commit a3e1e3d
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 @@ -14,7 +14,7 @@
</body>
<script>
var createBtn = document.getElementById('create-room');
const baseURL = 'http://192.168.0.157:5500/'
const baseURL = 'https://elvistony.dev/bingebuddies/'
createBtn.addEventListener('click',()=>{
var roomId = Math.random().toString(36).slice(2);
document.getElementById('link-url').value = roomId;
Expand Down

0 comments on commit a3e1e3d

Please sign in to comment.