Skip to content

Commit

Permalink
ppng.ml → ppng.io
Browse files Browse the repository at this point in the history
  • Loading branch information
nwtgck authored Feb 11, 2021
1 parent 0a2cdca commit 05208c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PipingChat.vue
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ export default class PipingChat extends Vue {
private isConnectable: boolean = false;
// TODO: Hard code
private serverUrl: string = 'https://ppng.ml';
private serverUrl: string = 'https://ppng.io';
private peerId: string = '';
private talkerId = getRandomId(3);
Expand Down

1 comment on commit 05208c4

@github-actions
Copy link

Choose a reason for hiding this comment

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

Please sign in to comment.