mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-02 12:47:41 +02:00
typo
This commit is contained in:
parent
ba38bf3490
commit
85cc08c0d4
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user