Skip to content

Commit 0fedbd6

Browse files
Revert "Update Piping Server instance source (#5063)" (#5069)
This reverts commit 527bfd0.
1 parent 527bfd0 commit 0fedbd6

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.onrender.com/';
18+
export const DOMAIN = 'https://piping.glitch.me/';
1919

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

0 commit comments

Comments
 (0)