1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-02 12:47:41 +02:00
This commit is contained in:
Laurent Cozic 2021-06-15 12:41:15 +01:00
parent ba38bf3490
commit 85cc08c0d4

View File

@ -141,7 +141,7 @@ export default class ShareService {
}
public shareUrl(userId: string, share: StateShare): string {
return `${this.api().userContentBaseUrl(userId)}/shares/${share.id}`;
return `${this.api().personalizedUserContentBaseUrl(userId)}/shares/${share.id}`;
}
public get shares() {