We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a6b88c commit 527bfd0Copy full SHA for 527bfd0
packages/space-opera/src/components/mobile_view/utils.ts
@@ -15,7 +15,7 @@
15
*
16
*/
17
18
-export const DOMAIN = 'https://piping.glitch.me/';
+export const DOMAIN = 'https://piping.onrender.com/';
19
20
export function getRandomInt(max: number): number {
21
return Math.floor(Math.random() * Math.floor(max));
0 commit comments