Skip to content

Conversation

@babstar93
Copy link
Collaborator

Add active flag to biometrics
Make the biometric APIs(Add and Get) with auth

@CrossOrigin
@RestController
@RequestMapping(value = "wo/user_biometrics")
@RequestMapping(value = "wo/user_biometrics", headers = "Authorization")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can remove 'wo' from here also.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change done. Please review again @Shrey475 @roopesh-beehyv

response = "ok";
} else {
response = "ko";
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please change the string ko.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change done @roopesh-beehyv

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants