Unverified Commit e448a7e8 authored by Mahesh Maney R's avatar Mahesh Maney R Committed by GitHub
Browse files

Update UserHandler.java

Showing with 1 addition and 1 deletion
+1 -1
......@@ -33,7 +33,7 @@ public class UserHandler {
return userService.deactivateUser(body);
}
public ResponseEntity<JsonNode> sendOTP(int phoneNumber, String name, int otp) throws URISyntaxException {
public ResponseEntity<String> sendOTP(String phoneNumber, String name, String otp) throws URISyntaxException {
return userService.sendOTP(phoneNumber, name, otp);
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment