mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
NodeLayout
This commit is contained in:
parent
684a4f4474
commit
b154277de8
23 changed files with 332 additions and 65 deletions
|
@ -7,5 +7,5 @@ export const URLS = {
|
|||
EDITOR: '/examples/edit',
|
||||
IMAGE: '/examples/image',
|
||||
},
|
||||
NODE_URL: (id: number) => `/post${id}`,
|
||||
NODE_URL: (id: number | string) => `/post${id}`,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue