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