Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add active flag, make biometrics APIs with Auth #30

Open
wants to merge 8 commits into
base: develop
Choose a base branch
from

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.

4 participants