fixed view urls

This commit is contained in:
realaravinth
2021-05-28 20:54:46 +05:30
parent 50234435ec
commit 282b285afa
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ const ROUTES = {
signoutUser: '/api/v1/signout',
panelHome: '/',
docsHome: '/docs/',
listSitekey: (key: string) => `/sitekey/view/${key}`,
listSitekey: (key: string) => `/sitekey/${key}/view`,
addSiteKey: '/sitekey/add',
};