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