mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 10:05:41 +00:00
view sitekey route and redirection
This commit is contained in:
@@ -21,7 +21,7 @@ const ROUTES = {
|
||||
signoutUser: '/api/v1/signout',
|
||||
panelHome: '/',
|
||||
docsHome: '/docs/',
|
||||
listSitekey: '/sitekey/view',
|
||||
listSitekey: (key: string) => `/sitekey/view/${key}`,
|
||||
addSiteKey: '/sitekey/add',
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user