]> Untitled Git - lemmy.git/blob - ui/src/utils.ts
Adding initial UI and Websocket server.
[lemmy.git] / ui / src / utils.ts
1 export let repoUrl = 'https://github.com/dessalines/rust-reddit-fediverse';
2 export let wsUri = (window.location.protocol=='https:'&&'wss://'||'ws://')+window.location.host + '/service/ws/';