Skip to content

Commit 8407a99

Browse files
update Piping server instance (#5070)
1 parent 0fedbd6 commit 8407a99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export class MobileModal extends ConnectedLitElement {
6868
This uses a third-party <a href="https://github.com/nwtgck/piping-server" target="_blank" class="piping-link">piping server</a> to deploy to your mobile device. This server does not store data.
6969
</div>
7070
<div class="modal-text">
71-
We use this server: <a href="https://piping.glitch.me/" target="_blank" class="piping-link">https://piping.glitch.me/</a>
71+
We use this server: <a href="https://piping.onrender.com/" target="_blank" class="piping-link">https://piping.onrender.com/</a>
7272
</div>
7373
</div>
7474
<div class="FileModalCancel">

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)