6 lines
202 B
JavaScript
6 lines
202 B
JavaScript
const endpoint = {
|
|
'Login': '/Home/RouteController',
|
|
'ValidateCaptcha': '/Home/ValidateCaptcha',
|
|
'ValidateOTP': '/Account/ValidateOTP',
|
|
'SendOTPByEmail': '/Account/SendOTPByEmail',
|
|
}; |