Commit 26568113 authored by shishir suman's avatar shishir suman
Browse files

activate/deactivate user

Showing with 1 addition and 1 deletion
+1 -1
......@@ -147,7 +147,7 @@ public class UserController {
return createUserResponse(user);
} catch (Exception e) {
e.printStackTrace();
return ResponseEntity.internalServerError().body("Error in activating user.");
return ResponseEntity.internalServerError().body("Error in de-activating user.");
}
}
......
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