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