mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 12:05:01 +00:00
3 lines
190 B
TypeScript
3 lines
190 B
TypeScript
|
export let repoUrl = 'https://github.com/dessalines/rust-reddit-fediverse';
|
||
|
export let wsUri = (window.location.protocol=='https:'&&'wss://'||'ws://')+window.location.host + '/service/ws/';
|