mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
proper cell links
This commit is contained in:
parent
603e78b5ba
commit
e38a046eb7
4 changed files with 13 additions and 7 deletions
|
@ -7,4 +7,5 @@ export const URLS = {
|
|||
EDITOR: '/examples/edit',
|
||||
IMAGE: '/examples/image',
|
||||
},
|
||||
NODE_URL: (id: number) => `/cell/${id}`,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue