mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-29 18:05:37 +00:00
4 lines
106 B
TypeScript
4 lines
106 B
TypeScript
export function constructShareLink(token: string) {
|
|
return `${window.location.origin}/s/${token!}`;
|
|
}
|