1
0
Fork 0
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:
muerwre 2019-08-25 13:35:02 +07:00
parent 603e78b5ba
commit e38a046eb7
4 changed files with 13 additions and 7 deletions

View file

@ -7,4 +7,5 @@ export const URLS = {
EDITOR: '/examples/edit',
IMAGE: '/examples/image',
},
NODE_URL: (id: number) => `/cell/${id}`,
};