diff --git a/src/app/dashboard/dashboard.component.ts b/src/app/dashboard/dashboard.component.ts index 428b89f..eac1c28 100644 --- a/src/app/dashboard/dashboard.component.ts +++ b/src/app/dashboard/dashboard.component.ts @@ -25,7 +25,7 @@ export class DashboardComponent { } getShortLink(id: string): string { - return window.location.hostname + '/' + id; + return "https://" + window.location.hostname + '/' + id; } ngOnInit(): void {