mirror of
https://github.com/umami-software/umami.git
synced 2026-02-07 06:07:17 +01:00
Link editing.
This commit is contained in:
parent
0558563d35
commit
5f4b83b09c
13 changed files with 123 additions and 89 deletions
|
|
@ -8,7 +8,7 @@ export function useLinkQuery(linkId: string) {
|
|||
return useQuery({
|
||||
queryKey: ['link', { linkId, modified }],
|
||||
queryFn: () => {
|
||||
return get(`/link/${linkId}`);
|
||||
return get(`/links/${linkId}`);
|
||||
},
|
||||
enabled: !!linkId,
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue