Skip to content

Commit 527bfd0

Browse files
Update Piping Server instance source (#5063)
1 parent 2a6b88c commit 527bfd0

File tree

1 file changed

+1
-1
lines changed
  • packages/space-opera/src/components/mobile_view

1 file changed

+1
-1
lines changed

packages/space-opera/src/components/mobile_view/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
*/
1717

18-
export const DOMAIN = 'https://piping.glitch.me/';
18+
export const DOMAIN = 'https://piping.onrender.com/';
1919

2020
export function getRandomInt(max: number): number {
2121
return Math.floor(Math.random() * Math.floor(max));

0 commit comments

Comments
 (0)