1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00

changed post url

This commit is contained in:
muerwre 2019-08-25 13:36:55 +07:00
parent e38a046eb7
commit 684a4f4474

View file

@ -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}`,
}; };