From 684a4f447419f7de9e6d61f1203c9164fce8f7af Mon Sep 17 00:00:00 2001 From: muerwre Date: Sun, 25 Aug 2019 13:36:55 +0700 Subject: [PATCH] changed post url --- src/constants/urls.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/urls.ts b/src/constants/urls.ts index ffaeefd4..17317ff6 100644 --- a/src/constants/urls.ts +++ b/src/constants/urls.ts @@ -7,5 +7,5 @@ export const URLS = { EDITOR: '/examples/edit', IMAGE: '/examples/image', }, - NODE_URL: (id: number) => `/cell/${id}`, + NODE_URL: (id: number) => `/post${id}`, };