mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 01:55:40 +00:00
frontend linting
This commit is contained in:
@@ -16,15 +16,15 @@
|
||||
*/
|
||||
|
||||
const ROUTES = {
|
||||
registerUser: '/api/v1/signup',
|
||||
loginUser: '/api/v1/signin',
|
||||
signoutUser: '/api/v1/signout',
|
||||
deleteAccount: '/api/v1/account/delete',
|
||||
usernameExists: '/api/v1/account/username/exists',
|
||||
emailExists: '/api/v1/account/email/exists',
|
||||
healthCheck: '/api/v1/meta/health',
|
||||
buildDetails: '/api/v1/meta/build',
|
||||
markNotificationRead: '/api/v1/notifications/read',
|
||||
registerUser: "/api/v1/signup",
|
||||
loginUser: "/api/v1/signin",
|
||||
signoutUser: "/api/v1/signout",
|
||||
deleteAccount: "/api/v1/account/delete",
|
||||
usernameExists: "/api/v1/account/username/exists",
|
||||
emailExists: "/api/v1/account/email/exists",
|
||||
healthCheck: "/api/v1/meta/health",
|
||||
buildDetails: "/api/v1/meta/build",
|
||||
markNotificationRead: "/api/v1/notifications/read",
|
||||
};
|
||||
|
||||
export default ROUTES;
|
||||
|
||||
Reference in New Issue
Block a user