feat(dashboard): update getShortLink to use HTTPS #9
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ export class DashboardComponent {
|
|||
}
|
||||
|
||||
getShortLink(id: string): string {
|
||||
return window.location.hostname + '/' + id;
|
||||
return "https://" + window.location.hostname + '/' + id;
|
||||
}
|
||||
|
||||
ngOnInit(): void {
|
||||
|
|
Loading…
Add table
Reference in a new issue