lemmy/ui/src/utils.ts
2019-03-20 18:22:31 -07:00

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/';