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