diff --git a/JsonRx/Api/CustomerController.cs b/JsonRx/Api/CustomerController.cs index 4c50966..08f6d06 100644 --- a/JsonRx/Api/CustomerController.cs +++ b/JsonRx/Api/CustomerController.cs @@ -113,7 +113,7 @@ namespace JsonRx.Api JsonRxResponse res = new JsonRxResponse(); if (string.IsNullOrEmpty(newUserRegister.UserId)) { - res.SetResponse("1", "Email is required!"); + res.SetResponse("100", "Email is required!"); return Ok(res); }